diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-05-29 13:19:54 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-05-29 13:19:54 +0000 |
commit | 173d82c142334fec7d45d3dd170bdaa81d11cc8e (patch) | |
tree | cb3dc94e03cac699e7803bcd217cdbfffbff7b91 /protocols/FacebookRM/src/resource.h | |
parent | 18ddcdba70b8140905168cbf610906acb08e7037 (diff) |
Facebook: Added option for loading messages on opening message window; version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@9341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/resource.h')
-rw-r--r-- | protocols/FacebookRM/src/resource.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/protocols/FacebookRM/src/resource.h b/protocols/FacebookRM/src/resource.h index 19958fceb4..b85c308376 100644 --- a/protocols/FacebookRM/src/resource.h +++ b/protocols/FacebookRM/src/resource.h @@ -32,6 +32,8 @@ #define IDC_LOAD_PAGES 1036
#define IDC_KEEP_UNREAD 1037
#define IDC_INBOX_ONLY 1038
+#define IDC_INBOX_ONLY2 1039
+#define IDC_MESSAGES_ON_OPEN 1039
#define IDC_NOTIFICATIONS_ENABLE 1041
#define IDC_FEEDS_ENABLE 1042
#define IDC_OTHER_ENABLE 1043
@@ -48,14 +50,16 @@ #define IDC_URL 1206
#define IDC_CCLIST 1207
#define IDC_CCLIST_LABEL 1208
+#define IDC_MESSAGES_COUNT 1209
+#define IDC_MESSAGES_COUNT_SPIN 1210
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 131
+#define _APS_NEXT_RESOURCE_VALUE 132
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1209
-#define _APS_NEXT_SYMED_VALUE 131
+#define _APS_NEXT_CONTROL_VALUE 1211
+#define _APS_NEXT_SYMED_VALUE 132
#endif
#endif
|