Lazstats: Rename Options.DefaultPath to .DefaultDataPath.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7622 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-08-20 21:38:09 +00:00
parent 3520c438d0
commit 78ae64721c
5 changed files with 15 additions and 21 deletions

View File

@ -47,7 +47,7 @@ type
TJustification = (jLeft, jCenter, jRight);
TOptions = record
DefaultPath: string;
DefaultDataPath: string;
FractionType: TFractionType;
DefaultMiss: TMissingValueCode;
DefaultJust: TJustification;
@ -68,7 +68,7 @@ var
LoggedOn : boolean = false;
Options: TOptions = (
DefaultPath: '';
DefaultDataPath: '';
FractionType: ftPoint;
DefaultMiss: mvcNines;
DefaultJust: jLeft;