mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: small fixes
This commit is contained in:
parent
8dc34531ff
commit
ff8a6ccf62
1 changed files with 3 additions and 3 deletions
|
|
@ -1350,7 +1350,7 @@ begin
|
|||
end; // in VFS
|
||||
|
||||
sPath:=ActiveDir;
|
||||
if not ShowMkDir(sPath,GetActiveItem^.sNameNoExt) then Exit;
|
||||
if not ShowMkDir(sPath) then Exit;
|
||||
if (sPath='') then Exit;
|
||||
|
||||
{ Create directory in VFS }
|
||||
|
|
@ -1616,8 +1616,8 @@ begin
|
|||
actRunTerm.Execute;
|
||||
Exit;
|
||||
end;
|
||||
end;
|
||||
end; // Shift=[ssCtrl]}
|
||||
end;}
|
||||
end; // Shift=[ssCtrl]
|
||||
|
||||
// not handled
|
||||
Result:=False;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue