diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-11-26 05:03:20 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-11-26 05:03:20 +0000 |
commit | 78ea011bd205b2b7f538950d32935f93debd6040 (patch) | |
tree | 6af575b89b9dcc2900a64283bb87083f09049536 /protocols/VKontakte/src/resource.h | |
parent | db2ec6c60fc50ea7a66a9d782b1af1017df596ca (diff) |
VKontakte:
more options for sync history on protocol online
some code cleanup
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 1a2e567e6c..f4532a417e 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -35,9 +35,6 @@ #define IDC_CONTACT 1015
#define IDC_AUTOCLEAN 1020
#define IDC_MESASUREAD 1025
-#define IDC_MARKREADONREPLY 1026
-#define IDC_SYNCHISTOTYONONLINE 1027
-#define IDC_MARKREADONTYPING 1028
#define IDC_USE_LOCAL_TIME 1029
#define IDC_REPORT_ABUSE 1030
#define IDC_CLEAR_SERVER_HISTORY 1031
@@ -56,6 +53,11 @@ #define IDC_SEND_MUSIC_STATUS 1046
#define IDC_SEND_MUSIC_BROADCAST 1047
#define IDC_SEND_MUSIC_BROADCAST_AND_STATUS 1048
+#define IDC_STATIC_SYNC_HISTORY 1049
+#define IDC_SYNC_OFF 1050
+#define IDC_SYNC_AUTO 1051
+#define IDC_SYNC_LAST1DAY 1052
+#define IDC_SYNC_LAST3DAY 1053
// Next default values for new objects
//
@@ -64,7 +66,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 118
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1049
+#define _APS_NEXT_CONTROL_VALUE 1054
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|