-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:
Denis Bisson 2016-10-29 17:38:55 +00:00
commit 7b833d6d64
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -2563,6 +2563,7 @@ object frmMain: TfrmMain
OnExecute = actExecute
end
object actConfigSaveSettings: TAction
Tag = 5
Category = 'Configuration'
Caption = 'Save Settings'
OnExecute = actExecute