diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-06 12:46:27 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-06 12:46:27 +0000 |
commit | d44364a07a1213424fe0a6b14d948b43768137df (patch) | |
tree | 63926ec6d66d1dbcdd2c227756869ef1afc542e2 /protocols/SkypeWeb/src/skype_options.h | |
parent | ae000b6fc033ac281a4ae61440188b2f4d096036 (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.h | 1 |
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);
|