summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-14 18:11:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-14 18:11:12 +0000
commite4a376cbc11b4560d6fe4e264ea206259b32cfe8 (patch)
treedaa2c5b5c652e12c2765c89a86be59a6115bd702
parent7ff042f06d3fdaa24622f66e9c08012611fd4fa4 (diff)
fix for clist_modern "ShowHide" icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@6060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Clist_modern/icons_pack/src/icon_resource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/icons_pack/src/icon_resource.h b/plugins/Clist_modern/icons_pack/src/icon_resource.h
index bc5c15280b..5822f1efe8 100644
--- a/plugins/Clist_modern/icons_pack/src/icon_resource.h
+++ b/plugins/Clist_modern/icons_pack/src/icon_resource.h
@@ -3,8 +3,8 @@
// Used by resources.rc
//
#define IDI_STATUSMENU 105
-#define IDI_HIDEOFFLINE 110
-#define IDI_SHOWOFFLINE 111
+#define IDI_SHOWOFFLINE 110
+#define IDI_HIDEOFFLINE 111
#define IDI_BOOKMARKS 120
#define IDI_DBEDITOR 130
#define IDI_FINDUSER 140