mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
DEL: Unneeded action "DriveContextMenu".
This commit is contained in:
parent
506e080d69
commit
cb59aeb2a5
3 changed files with 0 additions and 7 deletions
|
|
@ -2077,11 +2077,6 @@ object frmMain: TfrmMain
|
|||
Caption = 'Set splitter position'
|
||||
OnExecute = actExecute
|
||||
end
|
||||
object actDriveContextMenu: TAction
|
||||
Category = 'Commands'
|
||||
Caption = 'Drive context menu'
|
||||
OnExecute = actExecute
|
||||
end
|
||||
object actCopyNoAsk: TAction
|
||||
Category = 'Commands'
|
||||
Caption = 'Copy files without asking for confirmation'
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ TFRMMAIN.ACTCHANGEDIR.CAPTION=Change directory
|
|||
TFRMMAIN.ACTADDFILENAMETOCMDLINE.CAPTION=Add file name to command line
|
||||
TFRMMAIN.ACTADDPATHANDFILENAMETOCMDLINE.CAPTION=Add path and file name to command line
|
||||
TFRMMAIN.ACTPANELSSPLITTERPERPOS.CAPTION=Set splitter position
|
||||
TFRMMAIN.ACTDRIVECONTEXTMENU.CAPTION=Drive context menu
|
||||
TFRMMAIN.ACTCOPYNOASK.CAPTION=Copy files without asking for confirmation
|
||||
TFRMMAIN.ACTRENAMENOASK.CAPTION=Move/Rename files without asking for confirmation
|
||||
TFRMMAIN.ACTQUICKFILTER.CAPTION=Quick filter
|
||||
|
|
|
|||
|
|
@ -75,7 +75,6 @@ type
|
|||
actChangeDir: TAction;
|
||||
actAddFilenameToCmdLine: TAction;
|
||||
actAddPathAndFilenameToCmdLine: TAction;
|
||||
actDriveContextMenu: TAction;
|
||||
actCopyNoAsk: TAction;
|
||||
actChangeDirToParent: TAction;
|
||||
actEditPath: TAction;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue