diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-17 18:00:05 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-17 18:00:05 +0000 |
commit | 0d8ae90913bd0b53c6af709928e7f5e5a3fc9b50 (patch) | |
tree | 85aaf04425373593c56bb413a158f9102d5ec3ad /protocols/FacebookRM/src/resource.h | |
parent | 1c917ac3f485ffac7b4316d633a344fbafcedb78 (diff) |
Facebook: Added few options items - use local time, send seen when marking read, select server to open urls.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4703 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/resource.h')
-rw-r--r-- | protocols/FacebookRM/src/resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/resource.h b/protocols/FacebookRM/src/resource.h index a888e45a8d..64b151822d 100644 --- a/protocols/FacebookRM/src/resource.h +++ b/protocols/FacebookRM/src/resource.h @@ -29,6 +29,8 @@ #define IDC_MAP_STATUSES 1032
#define IDC_LOAD_MOBILE 1033
#define IDC_CUSTOM_SMILEYS 1034
+#define IDC_USE_LOCAL_TIME 1035
+#define IDC_SEND_SEEN 1036
#define IDC_NOTIFICATIONS_ENABLE 1041
#define IDC_FEEDS_ENABLE 1042
#define IDC_OTHER_ENABLE 1043
@@ -57,6 +59,7 @@ #define IDC_PREVIEW 1099
#define IDC_SET_STATUS 1126
#define IDC_FEED_TYPE 1201
+#define IDC_URL_SERVER 1202
// Next default values for new objects
//
@@ -64,7 +67,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1202
+#define _APS_NEXT_CONTROL_VALUE 1203
#define _APS_NEXT_SYMED_VALUE 131
#endif
#endif
|