mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
-Light modifications regarding Command "cm_ConfigSaveSettings".
-Set its tag to appropriate category number. This way, when invoking the "fmaincommandsdlg", the "cm_ConfigSaveSettings" command is in the correct "configuration" category instead of being "All". Also, when invoking the function "Add toolbar with ALL DC commands" in the toolbar configuration, the "cm_ConfigSaveSettings" won't be alone in its category and be in the correct "configuration" category. -Add an icon for the "cm_ConfigSaveSettings".
This commit is contained in:
parent
2c1f2f27d4
commit
7b833d6d64
2 changed files with 1 additions and 0 deletions
BIN
pixmaps/dctheme/32x32/actions/cm_configsavesettings.png
Normal file
BIN
pixmaps/dctheme/32x32/actions/cm_configsavesettings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
|
|
@ -2563,6 +2563,7 @@ object frmMain: TfrmMain
|
|||
OnExecute = actExecute
|
||||
end
|
||||
object actConfigSaveSettings: TAction
|
||||
Tag = 5
|
||||
Category = 'Configuration'
|
||||
Caption = 'Save Settings'
|
||||
OnExecute = actExecute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue