mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Small fixes for bug [2902004]
This commit is contained in:
parent
eb67e88ddc
commit
dea71fbd51
1 changed files with 4 additions and 3 deletions
|
|
@ -159,19 +159,20 @@ var
|
|||
sCmd: String;
|
||||
begin
|
||||
// ShowMessage((Sender as TMenuItem).Hint);
|
||||
(*
|
||||
|
||||
sCmd:= (Sender as TMenuItem).Hint;
|
||||
with frmMain.ActiveFrame do
|
||||
begin
|
||||
(*
|
||||
if (Pos('{!VFS}',sCmd)>0) and pnlFile.VFS.FindModule(ActiveDir + FileRecItem.sName) then
|
||||
begin
|
||||
pnlFile.LoadPanelVFS(@FileRecItem);
|
||||
Exit;
|
||||
end;
|
||||
if not ProcessExtCommand(sCmd, pnlFile.ActiveDir) then
|
||||
*)
|
||||
if not ProcessExtCommand(sCmd, CurrentPath) then
|
||||
frmMain.ExecCmd(sCmd);
|
||||
end;
|
||||
*)
|
||||
end;
|
||||
|
||||
(* handling user commands from drive context menu *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue