diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-07 11:55:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-07 11:55:18 +0000 |
commit | 2e1ccca56dcd321148ac0e233dc88e553a951d0b (patch) | |
tree | b80f10e86a8034af83a97aba7113c5405ceb5c61 /protocols/VKontakte/src/resource.h | |
parent | 168092f5f71b7ba73e61e214d6c3af3655905c06 (diff) |
VK: group name became tunable
git-svn-id: http://svn.miranda-ng.org/main/trunk@7530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index ef19487943..fba3cf24a7 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -17,15 +17,16 @@ #define IDC_FRAME2 1009
#define IDC_SUBMIT 1010
#define IDC_DELIVERY 1011
+#define IDC_GROUPNAME 1012
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1012
+#define _APS_NEXT_CONTROL_VALUE 1014
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|