mirror of https://gitlab.com/basile.b/dexed.git
fix bad name
This commit is contained in:
parent
f603fe1879
commit
2102a15437
|
@ -473,7 +473,7 @@ type
|
||||||
|
|
||||||
//Init - Fina
|
//Init - Fina
|
||||||
procedure InitImages;
|
procedure InitImages;
|
||||||
procedure getCMdParams;
|
procedure processCmdlineParams;
|
||||||
procedure InitMRUs;
|
procedure InitMRUs;
|
||||||
procedure InitWidgets;
|
procedure InitWidgets;
|
||||||
procedure InitDocking(reset: boolean = false);
|
procedure InitDocking(reset: boolean = false);
|
||||||
|
@ -1277,7 +1277,7 @@ begin
|
||||||
fProjectGroup := getProjectGroup;
|
fProjectGroup := getProjectGroup;
|
||||||
fCompilerSelector := getCompilerSelector;
|
fCompilerSelector := getCompilerSelector;
|
||||||
|
|
||||||
getCMdParams;
|
processCmdlineParams;
|
||||||
fAppliOpts.assignTo(self);
|
fAppliOpts.assignTo(self);
|
||||||
|
|
||||||
// waiting for interative mode working when piped:
|
// waiting for interative mode working when piped:
|
||||||
|
@ -1292,7 +1292,7 @@ begin
|
||||||
fInitialized := true;
|
fInitialized := true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TMainForm.getCMdParams;
|
procedure TMainForm.processCmdlineParams;
|
||||||
var
|
var
|
||||||
value: string;
|
value: string;
|
||||||
lst: TStringList;
|
lst: TStringList;
|
||||||
|
|
Loading…
Reference in New Issue