FIX: small fixes

This commit is contained in:
b4rr4cuda 2008-06-05 17:52:12 +00:00
commit ff8a6ccf62

View file

@ -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;