summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/resource.h
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2014-12-25 11:22:02 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2014-12-25 11:22:02 +0000
commit60074fa377aeaed72a7cb1bb8d3ed7781a68eeb1 (patch)
treec9eb2a7a979d1af16e66bac18c99b496364cbda8 /protocols/VKontakte/src/resource.h
parent5da4cd56a1a5ea4f2e745bde855f604c52ef36da (diff)
VKontakte:
move GetAttachmentDescr to misc.cpp add ‘View settings’ option page and more options for view attachments, news and notification in message log code cleanup and reorganization version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@11624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r--protocols/VKontakte/src/resource.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h
index 404ab529ec..5313811205 100644
--- a/protocols/VKontakte/src/resource.h
+++ b/protocols/VKontakte/src/resource.h
@@ -18,6 +18,7 @@
#define IDI_VISITPROFILE 115
#define IDI_HISTORY 116
#define IDI_BROADCAST 117
+#define IDD_OPT_VIEW 118
#define IDI_KEYS 203
#define IDC_LOGIN 1001
#define IDC_PASSWORD 1002
@@ -41,7 +42,6 @@
#define IDC_CLEAR_SERVER_HISTORY 1031
#define IDC_REMOVE_FROM_FRENDLIST 1032
#define IDC_REMOVE_FROM_CLIST 1033
-#define IDC_ADD_IMG_BBC 1034
#define IDC_FORCE_ONLINE_ON_ACT 1035
#define IDC_STICKERS_AS_SMYLES 1036
#define IDC_ONREAD 1039
@@ -61,21 +61,28 @@
#define IDC_SYNC_LAST3DAY 1053
#define IDC_NEWS_ENBL 1054
#define IDC_NOTIF_ENBL 1055
-#define IDC_BBC_NEWS 1056
#define IDC_ED_INT_NEWS 1057
#define IDC_SPIN_INT_NEWS 1058
#define IDC_ED_INT_NOTIF 1059
#define IDC_SPIN_INT_NOTIF 1060
#define IDC_SPEC_CONT_ENBL 1061
+#define IDC_IMG_OFF 1062
+#define IDC_IMG_FULLSIZE 1063
+#define IDC_IMG_130 1064
+#define IDC_IMG_604 1065
+#define IDC_NEWSBBC_OFF 1066
+#define IDC_NEWSBBC_BASIC 1067
+#define IDC_NEWSBBC_ADV 1068
+#define IDC_IEVIEW 1069
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
-#define _APS_NEXT_RESOURCE_VALUE 118
+#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1062
+#define _APS_NEXT_CONTROL_VALUE 1070
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif