diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-11 17:07:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-11 17:07:25 +0000 |
commit | 3e5dab1a8298130da0ebfb20d91b6963a64367b1 (patch) | |
tree | c0f8badf4e4f1d980596f0e7277674d5f684f600 /src/resource.h | |
parent | 36f10b6de1ae80d94ef5ffd618b50b6c95466fbe (diff) |
chat's component COLORCHOOSER standardized in the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@11332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.h')
-rw-r--r-- | src/resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resource.h b/src/resource.h index a9496fb22c..f7c544191e 100644 --- a/src/resource.h +++ b/src/resource.h @@ -23,6 +23,7 @@ #define IDI_NOTLOADED_GRAY 114
#define IDD_ADDED 115
#define IDD_ENTER_STRING 116
+
#define IDD_URLSEND 119
#define IDD_URLRECV 120
#define IDD_AUTHREQ 121
@@ -78,6 +79,7 @@ #define IDD_HISTORY_FIND 192
#define IDI_SENDEMAIL 193
#define IDD_FILERECV 194
+#define IDD_COLORCHOOSER 195
#define IDD_PROFILEMANAGER 197
#define IDI_MAINMENU 198
#define IDR_CLISTMENU 199
@@ -217,6 +219,7 @@ #define IDC_ABOUT 1032
#define IDC_MYNOTES 1033
#define IDC_URLS 1037
+#define IDC_COLORTEXT 1038
#define IDC_REPLY 1039
#define IDC_URL 1041
#define IDC_FONTGROUP 1042
|