diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-26 04:23:50 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-26 04:23:50 +0000 |
commit | efee96cfd3e6318ed376363ab9781bd944940107 (patch) | |
tree | 65b7c778fb973910bd0dc8bc82b56e4e3c70b7e0 /protocols/VKontakte/src/resource.h | |
parent | f323ef4e6b1fe263e5564c66da33bdef7eb5fdde (diff) |
VKontakte:
add news¬ification autoclear option
code cleanup
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 5313811205..d469f7b127 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -61,6 +61,7 @@ #define IDC_SYNC_LAST3DAY 1053
#define IDC_NEWS_ENBL 1054
#define IDC_NOTIF_ENBL 1055
+#define IDC_NEWSAUTOCLEAR 1056
#define IDC_ED_INT_NEWS 1057
#define IDC_SPIN_INT_NEWS 1058
#define IDC_ED_INT_NOTIF 1059
@@ -74,7 +75,6 @@ #define IDC_NEWSBBC_BASIC 1067
#define IDC_NEWSBBC_ADV 1068
#define IDC_IEVIEW 1069
-
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
|