diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-06-08 15:25:36 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-06-08 15:25:36 +0000 |
commit | e964f60be38a8a92cba9fc93c2247a052e40d21b (patch) | |
tree | 6d1377dc34070017f08dab668f0a282ce808182e /plugins/Clist_nicer/src/Include | |
parent | 98bef8d10e97f40091f927942fe1845c4f7a1e6d (diff) |
Clist_nicer: add icons to menu items
use IcoLib where possible
remove unused resources and code
proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer/src/Include')
-rw-r--r-- | plugins/Clist_nicer/src/Include/resource.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Clist_nicer/src/Include/resource.h b/plugins/Clist_nicer/src/Include/resource.h index 33ebca1ec5..abb763ae2e 100644 --- a/plugins/Clist_nicer/src/Include/resource.h +++ b/plugins/Clist_nicer/src/Include/resource.h @@ -10,10 +10,9 @@ #define IDD_OPTIONSDIALOG 101
#define IDD_CLNABOUT 102
#define IDD_OPT_CLIST 126
-#define IDI_NOTICK 143
-#define IDI_TICK 146
+#define IDI_ADDGROUP 143
+#define IDI_CLIST 146
#define IDI_OPTIONS 163
-#define IDI_RENAME 173
#define IDI_DELETE 175
#define IDI_CLVM_OPTIONS 176
#define IDI_CLVM_SELECT 177
|