diff options
Diffstat (limited to 'src/resource.h')
-rw-r--r-- | src/resource.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/resource.h b/src/resource.h index f8642d0655..95d84b8462 100644 --- a/src/resource.h +++ b/src/resource.h @@ -24,14 +24,6 @@ #define IDD_URLSEND 119
#define IDD_URLRECV 120
#define IDD_AUTHREQ 121
-#define IDI_ALWAYSVIS 122
-#define IDD_EI_OPTIONS 123
-#define IDI_NEVERVIS 124
-#define IDI_CHAT 126
-#define IDI_MALE 144
-#define IDI_FEMALE 145
-#define IDI_EMPTY 146
-#define IDR_OPT_POPUP 147
#define IDD_DETAILS 125
#define IDD_HISTORY 127
#define IDI_AWAY 128
@@ -60,6 +52,14 @@ #define IDR_CONTEXT 180
#define IDR_ICOLIB_CONTEXT 181
#define IDC_DROP 183
+#define IDI_ALWAYSVIS 184
+#define IDD_EI_OPTIONS 185
+#define IDI_NEVERVIS 186
+#define IDI_CHAT 187
+#define IDI_MALE 188
+#define IDI_FEMALE 189
+#define IDI_EMPTY 190
+#define IDR_OPT_POPUP 191
#define IDD_HISTORY_FIND 192
#define IDI_SENDEMAIL 193
#define IDD_FILERECV 194
|