DEL: Unneeded action "DriveContextMenu".

This commit is contained in:
cobines 2011-01-02 22:55:47 +00:00
commit cb59aeb2a5
3 changed files with 0 additions and 7 deletions

View file

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

View file

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

View file

@ -75,7 +75,6 @@ type
actChangeDir: TAction;
actAddFilenameToCmdLine: TAction;
actAddPathAndFilenameToCmdLine: TAction;
actDriveContextMenu: TAction;
actCopyNoAsk: TAction;
actChangeDirToParent: TAction;
actEditPath: TAction;