diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-04-04 06:54:11 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-04-04 06:54:11 +0000 |
commit | e6dce54eeeedb43855b694c921b97c5119deef32 (patch) | |
tree | eba999ca35664fa0cb44e5d474e23682f5b05ba6 /protocols/VKontakte/src/resource.h | |
parent | c3d5068e1d3f07a0959aaa366fee11a552245c1a (diff) |
VKontakte:
add VKlang to options
remove unused title icon
cosmetic fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@16582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index f387c18e32..c56f5cce12 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -113,6 +113,7 @@ #define IDC_N_INVITES 1097
#define IDC_USENOSTDPOPUPS 1098
#define IDC_RET_CHAT_MES 1099
+#define IDC_COMBO_LANGUAGE 1100
// Next default values for new objects
//
@@ -121,7 +122,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 122
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1100
+#define _APS_NEXT_CONTROL_VALUE 1101
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|