diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-01 15:11:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-01 15:11:28 +0000 |
commit | 4e406184646a2d90f228f58abd74661b4de2e2d2 (patch) | |
tree | 92687c81a5eda73e03ff03e7710bc519b804a2c9 /src/resource.h | |
parent | 09de5321514b772718acc6818db9200a975d3ea7 (diff) |
extraicons moved to the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@2131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.h')
-rw-r--r-- | src/resource.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/resource.h b/src/resource.h index 87005ba04e..f8642d0655 100644 --- a/src/resource.h +++ b/src/resource.h @@ -24,6 +24,14 @@ #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
@@ -206,6 +214,9 @@ #define IDC_TIMEZONESELECT 1071
#define IDC_MOREOPTIONS 1071
#define IDC_USERMENU 1071
+#define IDC_SLOT_L 1075
+#define IDC_SLOT 1076
+#define IDC_MAX_ICONS_L 1077
#define IDC_EDIT 1078
#define IDC_LIST 1079
#define IDC_HISTORY 1080
@@ -492,6 +503,7 @@ #define IDC_DISABLEMENUICONS 1745
#define IDC_EFFECT_COLOUR_TEXT1 1853
#define IDC_EFFECT_COLOUR_SPIN1 1854
+#define IDC_EXTRAORDER 1889
#define IDC_EFFECT_COLOUR_TEXT2 11803
#define IDC_EFFECT_COLOUR_SPIN2 11806
#define IDI_SEARCHALL 32548
@@ -518,6 +530,8 @@ #define POPUP_NEWGROUP 40050
#define POPUP_RENAMEGROUP 40052
#define POPUP_DELETEGROUP 40053
+#define ID_GROUP 40066
+#define ID_UNGROUP 40067
// Next default values for new objects
//
|