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
|
||||
procedure InitImages;
|
||||
procedure getCMdParams;
|
||||
procedure processCmdlineParams;
|
||||
procedure InitMRUs;
|
||||
procedure InitWidgets;
|
||||
procedure InitDocking(reset: boolean = false);
|
||||
|
@ -1277,7 +1277,7 @@ begin
|
|||
fProjectGroup := getProjectGroup;
|
||||
fCompilerSelector := getCompilerSelector;
|
||||
|
||||
getCMdParams;
|
||||
processCmdlineParams;
|
||||
fAppliOpts.assignTo(self);
|
||||
|
||||
// waiting for interative mode working when piped:
|
||||
|
@ -1292,7 +1292,7 @@ begin
|
|||
fInitialized := true;
|
||||
end;
|
||||
|
||||
procedure TMainForm.getCMdParams;
|
||||
procedure TMainForm.processCmdlineParams;
|
||||
var
|
||||
value: string;
|
||||
lst: TStringList;
|
||||
|
|
Loading…
Reference in New Issue