diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 08:00:35 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 08:00:35 +0000 |
commit | 9a78e73e06a8428448bd16cee7c33d4c70d10845 (patch) | |
tree | f25fbdc03cf9cb5031d373a2fae1cae7e6533263 /protocols/SkypeWeb/src/skype_options.h | |
parent | 0d654f90b97c81a6cf9da37b6414959be9abbfb6 (diff) |
SkypeWeb: change password link in settings
git-svn-id: http://svn.miranda-ng.org/main/trunk@15080 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 f7bd9711da..edb565abc3 100644 --- a/protocols/SkypeWeb/src/skype_options.h +++ b/protocols/SkypeWeb/src/skype_options.h @@ -29,6 +29,7 @@ private: CCtrlCheck m_allasunread;
CCtrlCheck m_usehostname;
CCtrlCheck m_usebb;
+ CCtrlHyperlink m_link;
protected:
CSkypeOptionsMain(CSkypeProto *proto, int idDialog);
|