mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 15:21:58 +02:00
IDE: ide info: show exename, feature 19030
git-svn-id: trunk@30770 -
This commit is contained in:
parent
a70872ae5b
commit
91280b66de
@ -96,6 +96,9 @@ procedure TIDEInfoDialog.GatherParameters(sl: TStrings);
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
sl.Add('Working directory='+GetCurrentDirUTF8);
|
||||
sl.Add('Application.ExeName='+Application.ExeName);
|
||||
sl.Add('');
|
||||
sl.add('Parameters:');
|
||||
for i:=0 to Paramcount do
|
||||
sl.Add(ParamStrUTF8(i));
|
||||
|
Loading…
Reference in New Issue
Block a user