diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-25 14:40:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-25 14:40:02 +0000 |
commit | 65a5f40baaae20a733da94df023221159b334e2b (patch) | |
tree | 5771f98d03384669e288f58dc10db4aa1b1a80fc /plugins/WhenWasIt/src/resource.h | |
parent | 81464df93124380cecbf7e5dace914f1c06aaf5d (diff) |
WhenWasIt - correct work with icons & extra icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2484 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src/resource.h')
-rw-r--r-- | plugins/WhenWasIt/src/resource.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/WhenWasIt/src/resource.h b/plugins/WhenWasIt/src/resource.h index 2df37cf7f3..ac0fbcbee7 100644 --- a/plugins/WhenWasIt/src/resource.h +++ b/plugins/WhenWasIt/src/resource.h @@ -7,17 +7,17 @@ #define IDI_BIRTHDAYS_DLG 102
#define IDD_BIRTHDAYS 104
#define IDI_CHECK 106
-#define IDI_LIST 107
+#define IDI_DTB0 107
#define IDI_DTB1 108
-#define IDI_DTB9 109
-#define IDI_DTB2 110
-#define IDI_DTB3 111
-#define IDI_DTB4 112
-#define IDI_DTB5 113
-#define IDI_DTB6 114
-#define IDI_DTB7 115
-#define IDI_DTB8 116
-#define IDI_DTB0 117
+#define IDI_DTB2 109
+#define IDI_DTB3 110
+#define IDI_DTB4 111
+#define IDI_DTB5 112
+#define IDI_DTB6 113
+#define IDI_DTB7 114
+#define IDI_DTB8 115
+#define IDI_DTB9 116
+#define IDI_LIST 117
#define IDI_DTBMORE 118
#define IDD_ADD_BIRTHDAY 119
#define IDI_ADD 121
|