Skip to content

Commit 554b701

Browse files
committed
FIX: shell execute parameters
1 parent bb0c567 commit 554b701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/umaincommands.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ procedure TMainCommands.cm_ShellExecute(const Params: array of string);
14041404
begin
14051405
if Length(Params) > 0 then
14061406
with frmMain do
1407-
ShellExecute(PrepareParameter(Params[0]))
1407+
ExecCmdFork(PrepareParameter(Params[0]))
14081408
else
14091409
with frmMain.ActiveFrame do
14101410
begin

0 commit comments

Comments
 (0)