From 8551a2e6a8e9e1f75056ddfdd6e0ae83f1845647 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Mon, 2 Mar 2015 07:47:01 +0000 Subject: VKontakte: wall.post support - part 2 (complete) version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/resource.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/resource.h') diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index c9d06a8f0e..da2e728ec0 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -20,6 +20,8 @@ #define IDI_BROADCAST 117 #define IDD_OPT_VIEW 118 #define IDI_STATUS 119 +#define IDD_WALLPOST 120 +#define IDI_WALL 121 #define IDI_KEYS 203 #define IDC_LOGIN 1001 #define IDC_PASSWORD 1002 @@ -97,15 +99,19 @@ #define IDC_USENOSTDURLENCODE 1088 #define IDC_ED_INT_INVIS 1089 #define IDC_SPIN_INT_INVIS 1090 +#define IDC_ED_MSG 1091 +#define IDC_ED_URL 1092 +#define IDC_ONLY_FRIENDS 1093 +#define IDC_ST_WARNING 1095 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NO_MFC 1 -#define _APS_NEXT_RESOURCE_VALUE 120 +#define _APS_NEXT_RESOURCE_VALUE 122 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1091 +#define _APS_NEXT_CONTROL_VALUE 1096 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3