diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-23 07:48:18 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-23 07:48:18 +0000 |
commit | 3b1846ee1e29db1cde81f95fd9446b3a3cd7065e (patch) | |
tree | f33589b6c37be5e22ca0c92c312aa7e1edef38df /protocols/VKontakte/src/resource.h | |
parent | 9f1add5b8885c48efb50aa8a7b16eb46d1d7e20d (diff) |
VKontakte:
improved search track for broadcast music (path by alitor)
reworked code for broadcast music
add recognition TCHAR(9835) as broadcasting sign
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10846 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index c0418f3012..6d5f834f72 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -50,7 +50,12 @@ #define IDC_ONREPLY 1041
#define IDC_ONTYPING 1042
#define IDC_STATIC_MARK_AS_READ 1043
-#define IDC_AUDIO_STATUS_ONLY 1044
+#define IDC_STATIC_SEND_MUSIC_METOD 1044
+#define IDC_SEND_MUSIC_NONE 1045
+#define IDC_SEND_MUSIC_STATUS 1046
+#define IDC_SEND_MUSIC_BROADCAST 1047
+#define IDC_SEND_MUSIC_BROADCAST_AND_STATUS 1048
+
// Next default values for new objects
//
@@ -59,7 +64,7 @@ #define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 117
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1044
+#define _APS_NEXT_CONTROL_VALUE 1049
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|