You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user