diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-06-17 01:08:41 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-06-17 01:08:41 +0000 |
commit | f82addcc0fb5ebc1051123336ec090946011b95d (patch) | |
tree | 9d2624c2dda6fc79a4bffcb54cf4f0d6a6e0814d /plugins/TopToolBar/res/main.rc | |
parent | 759ba2e6250c5822b0ecd541e409edea3c5e7f2c (diff) |
TopToolBar: expand list of internal buttons
use default Miranda icons where possible
fix crash on IcoLib icon change
git-svn-id: http://svn.miranda-ng.org/main/trunk@9524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/res/main.rc')
-rw-r--r-- | plugins/TopToolBar/res/main.rc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/TopToolBar/res/main.rc b/plugins/TopToolBar/res/main.rc index 6a2260d1d6..2caa9b4f81 100644 --- a/plugins/TopToolBar/res/main.rc +++ b/plugins/TopToolBar/res/main.rc @@ -121,17 +121,19 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_SHOWONLINEUP ICON "Show only Online Users_UP.ico"
+IDI_SHOWOFFLINE ICON "Show only Online Users_UP.ico"
IDI_RUN ICON "run.ico"
-IDI_SHOWONLINEDN ICON "Show only Online Users_DN.ico"
-IDI_GROUPSUP ICON "Groups On_Off_UP.ico"
-IDI_GROUPSDN ICON "Groups On_Off_DN.ico"
-IDI_SOUNDDN ICON "Sounds Enable_Disable_DN.ico"
-IDI_SOUNDUP ICON "Sounds Enable_Disable_UP.ico"
+IDI_HIDEOFFLINE ICON "Show only Online Users_DN.ico"
+IDI_GROUPSOFF ICON "Groups On_Off_UP.ico"
+IDI_GROUPSON ICON "Groups On_Off_DN.ico"
+IDI_SOUNDSOFF ICON "Sounds Enable_Disable_DN.ico"
+IDI_SOUNDSON ICON "Sounds Enable_Disable_UP.ico"
IDI_OPTIONSUP ICON "Show Options Page_UP.ico"
IDI_MINIMIZEUP ICON "Minimize Button_UP.ico"
IDI_FINDADDUP ICON "Find_Add Contacts_UP.ico"
IDI_MIRANDAUP ICON "Show Main Menu_UP.ico"
+IDI_METAON ICON "..\\..\\..\\src\\res\\meta_menu.ico"
+IDI_METAOFF ICON "..\\..\\..\\src\\res\\meta_menuof.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|