summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_options.cpp
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-06-07 19:24:00 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-06-07 19:24:00 +0000
commit182ef2d733ab983ce6cc089a321c1699e95de69f (patch)
tree1b3096a2fe893532550de49735899bd15996f79e /protocols/SkypeWeb/src/skype_options.cpp
parented2a703b18eb112c9696f638bc65f6c8e14f974e (diff)
SkypeWeb: cppcheck warnings fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_options.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_options.cpp b/protocols/SkypeWeb/src/skype_options.cpp
index a67545114a..9f21c48e5b 100644
--- a/protocols/SkypeWeb/src/skype_options.cpp
+++ b/protocols/SkypeWeb/src/skype_options.cpp
@@ -22,10 +22,10 @@ CSkypeOptionsMain::CSkypeOptionsMain(CSkypeProto *proto, int idDialog)
m_skypename(this, IDC_SKYPENAME),
m_password(this, IDC_PASSWORD),
m_group(this, IDC_GROUP),
+ m_place(this, IDC_PLACE),
m_autosync(this, IDC_AUTOSYNC),
m_localtime(this, IDC_LOCALTIME),
m_allasunread(this, IDC_MESASUREAD),
- m_place(this, IDC_PLACE),
m_usehostname(this, IDC_USEHOST)
{
CreateLink(m_group, SKYPE_SETTINGS_GROUP, _T("Skype"));