diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 22:36:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 22:36:15 +0300 |
commit | 7d7ba37ac0d566bd6126372fb96cff519138a0d4 (patch) | |
tree | 5178eb0b701745a908c5dd8828c532485bd63fe4 /plugins/MenuItemEx/res | |
parent | 6cbc80198df3a18724e667743f8068eb60e23b88 (diff) |
wiping custom icolib functions: MenuItemEx
Diffstat (limited to 'plugins/MenuItemEx/res')
-rw-r--r-- | plugins/MenuItemEx/res/resource.rc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/MenuItemEx/res/resource.rc b/plugins/MenuItemEx/res/resource.rc index 3ca94c4cd4..d14c78be5d 100644 --- a/plugins/MenuItemEx/res/resource.rc +++ b/plugins/MenuItemEx/res/resource.rc @@ -26,18 +26,18 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_ICON0 ICON "hide_from_list.ico"
-IDI_ICON1 ICON "Always Visible.ico"
-IDI_ICON2 ICON "Never Visible.ico"
-IDI_ICON3 ICON "copyid_overlay.ico"
-IDI_ICON6 ICON "change_proto.ico"
-IDI_ICON7 ICON "ignore_list.ico"
-IDI_ICON8 ICON "show_in_list.ico"
-IDI_ICON9 ICON "msg_status.ico"
-IDI_ICON10 ICON "msg_xstatus.ico"
-IDI_ICON11 ICON "copyip_overlay.ico"
-IDI_ICON12 ICON "recv_files.ico"
-IDI_ICON13 ICON "CopyMirVer.ico"
+IDI_HIDE ICON "hide_from_list.ico"
+IDI_VISIBLE ICON "Always Visible.ico"
+IDI_INVISIBLE ICON "Never Visible.ico"
+IDI_COPYID ICON "copyid_overlay.ico"
+IDI_PROTOCOL ICON "change_proto.ico"
+IDI_IGNORE ICON "ignore_list.ico"
+IDI_SHOWINLIST ICON "show_in_list.ico"
+IDI_COPYSTATUS ICON "msg_status.ico"
+IDI_COPYXSTATUS ICON "msg_xstatus.ico"
+IDI_COPYIP ICON "copyip_overlay.ico"
+IDI_BROWSE ICON "recv_files.ico"
+IDI_MIRVER ICON "CopyMirVer.ico"
/////////////////////////////////////////////////////////////////////////////
//
|