diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-23 15:26:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-23 15:26:17 +0000 |
commit | 5be50e1630a2f6a97c6becaf678e000fcd23656a (patch) | |
tree | 86cfd8f8f3f9dee1e2b7868901030473ad74457c /plugins/Clist_modern/icons_pack/res/ICONS.rc | |
parent | 286818877f50dc103288ae15495c08e6663b1818 (diff) |
- main menu icon excluded from toolbar_icons.dll, it's grabbed via SKIN_OTHER_MAINMENU instead;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@3249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/icons_pack/res/ICONS.rc')
-rw-r--r-- | plugins/Clist_modern/icons_pack/res/ICONS.rc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/Clist_modern/icons_pack/res/ICONS.rc b/plugins/Clist_modern/icons_pack/res/ICONS.rc index 81ff1c381a..ad64ded7e2 100644 --- a/plugins/Clist_modern/icons_pack/res/ICONS.rc +++ b/plugins/Clist_modern/icons_pack/res/ICONS.rc @@ -26,9 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US //
// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-
-IDI_MAINMENU ICON "icon_mainmenu.ico"
+// remains consistent on all systems.
+
IDI_STATUSMENU ICON "icon_statusmenu.ico"
IDI_HIDEOFFLINE ICON "icon_hideoffline.ico"
IDI_SHOWOFFLINE ICON "icon_showoffline.ico"
@@ -48,7 +47,7 @@ IDI_ACCMGR ICON "icon_accmgr.ico" // String Table
//
-STRINGTABLE
+STRINGTABLE
BEGIN
IDS_IDENTIFY "# Tool bar icons #"
END
@@ -57,5 +56,3 @@ END #endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
-
-
|