Skip to content

Commit 288be0e

Browse files
committed
Translation of OpenDialog in launcher
1 parent 2e6c3b0 commit 288be0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Launcher/Unit1.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ procedure TMain.FormCreate(Sender: TObject);
320320
Utility9Btn.Caption:='Utility 9';
321321
if Utility10Btn.Caption = '' then
322322
Utility10Btn.Caption:='Utility 10';
323+
OpenDialog.Filter:='Apps|*.exe';
323324
end;
324325

325326
if AutostartBtn.Checked then

0 commit comments

Comments
 (0)