diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-09 22:04:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-09 22:04:23 +0000 |
commit | c274523d9bc253461a3c337d66e09532edae6edd (patch) | |
tree | a9b76fde0343815d72a08cd243aedda49883c2c8 /plugins/Clist_nicer/src/Include/resource.h | |
parent | f0c78cf0170f9bbacb6adbcfbc215198a13292cf (diff) |
clist nicer+, part III, final:
- standard icons (visible, invisible, chat active) removed from clist due to duplicates;
- icon clicks work again;
- fix for double extra icons drawing;
- tons of various cleanups
git-svn-id: http://svn.miranda-ng.org/main/trunk@2265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/Include/resource.h')
-rw-r--r-- | plugins/Clist_nicer/src/Include/resource.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Clist_nicer/src/Include/resource.h b/plugins/Clist_nicer/src/Include/resource.h index a6f229e4f8..56fa48d236 100644 --- a/plugins/Clist_nicer/src/Include/resource.h +++ b/plugins/Clist_nicer/src/Include/resource.h @@ -131,7 +131,6 @@ #define IDC_INACTIVEPERC 1187
#define IDC_SHOWSTATUSMSG 1188
#define IDC_SHOWLOCALTIME 1189
-#define IDC_SHOWVISIBILITY 1190
#define IDC_SHOWLOCALTIMEONLYWHENDIFFERENT 1191
#define IDC_TITLETEXT 1196
#define IDC_EXCEPTION_DETAILS 1200
@@ -275,7 +274,6 @@ #define IDI_OVL_DND 2053
#define IDI_OVL_NA 2054
#define IDI_OVL_OCCUPIED 2055
-#define IDI_OVL_FREEFORCHAT 2056
#define IDI_OVL_INVISIBLE 2057
#define IDI_OVL_ONTHEPHONE 2058
#define IDI_OVL_OUTTOLUNCH 2059
@@ -288,8 +286,6 @@ #define IDI_SOUNDSOFF 2106
#define IDI_TABSRMMSESSIONLIST 2107
#define IDI_TABSRMMMENU 2108
-#define IDI_CLVISIBLE 2109
-#define IDI_CLINVISIBLE 2110
#define IDI_PROTOCONNECTING 2111
#define IDI_TBTOPMENU 2112
#define IDI_TBACCOUNTS 2113
@@ -318,7 +314,7 @@ #define IDC_STATIC1 40018
#define IDC_STATIC2 40019
#define IDC_STATIC3 40020
-#define POPUP_VISIBILITY 40021
+//#define POPUP_VISIBILITY 40021
#define IDC_STATIC16 40021
#define IDC_STATIC4 40022
#define IDC_STATIC5 40023
|