summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_options.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-05-06 12:46:27 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-05-06 12:46:27 +0000
commitd44364a07a1213424fe0a6b14d948b43768137df (patch)
tree63926ec6d66d1dbcdd2c227756869ef1afc542e2 /protocols/SkypeWeb/src/skype_options.h
parentae000b6fc033ac281a4ae61440188b2f4d096036 (diff)
SkypeWeb: Setting for mark all messages as unread. Other fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_options.h')
-rw-r--r--protocols/SkypeWeb/src/skype_options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_options.h b/protocols/SkypeWeb/src/skype_options.h
index c593dc1856..f9eeea1177 100644
--- a/protocols/SkypeWeb/src/skype_options.h
+++ b/protocols/SkypeWeb/src/skype_options.h
@@ -26,6 +26,7 @@ private:
CCtrlEdit m_group;
CCtrlCheck m_autosync;
CCtrlCheck m_localtime;
+ CCtrlCheck m_allasunread;
protected:
CSkypeOptionsMain(CSkypeProto *proto, int idDialog);