mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0001117] A few typos
This commit is contained in:
parent
0c479c1341
commit
bd6ceb05dd
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ function ExecCmdFork(sCmd: String): Boolean;
|
|||
{en
|
||||
Execute external commands
|
||||
@param(sCmd The executable)
|
||||
@param(sParams The optional paramters)
|
||||
@param(sParams The optional parameters)
|
||||
@param(sStartPath The initial working directory)
|
||||
@param(bShowCommandLinePriorToExecute Flag indicating if we want the user to be prompted at the very last
|
||||
seconds prior to launch execution by offering a dialog window where
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ begin
|
|||
sCmd := ExtTool.Path;
|
||||
sParams := ExtTool.Parameters;
|
||||
//If there is %p already configured in the parameter, we assume user configured it the way he wants.
|
||||
//This might be in non-common case where there are paramters AFTER the filename to open.
|
||||
//This might be in non-common case where there are parameters AFTER the filename to open.
|
||||
//If there is not %p, let's do thing like legacy was and let's add the filename received as paramter.
|
||||
if pos('%p',sParams)=0 then
|
||||
sParams := ConcatenateStrWithSpace(sParams,QuoteFilenameIfNecessary(sFileName));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue