summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_dialogs.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-05-10 13:21:25 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-05-10 13:21:25 +0000
commit75beae890b1f18d5753748f4935731ed93579ef8 (patch)
tree5cb0461034ec9b19db4b2d928caf79d6746b0974 /protocols/SkypeWeb/src/skype_dialogs.h
parente0ec38eb49bfd8dcddd4e46cbbca4fed98028b01 (diff)
flags fix
cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_dialogs.h')
-rw-r--r--protocols/SkypeWeb/src/skype_dialogs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/SkypeWeb/src/skype_dialogs.h b/protocols/SkypeWeb/src/skype_dialogs.h
index b573a2d1c3..8144d17d07 100644
--- a/protocols/SkypeWeb/src/skype_dialogs.h
+++ b/protocols/SkypeWeb/src/skype_dialogs.h
@@ -40,10 +40,10 @@ protected:
{
/*if (m_savePermanently.Enabled())
m_proto->setString("Password", m_password.GetTextA());
- if (m_proto->password != NULL)
+ if (m_proto->password != NULL)
mir_free(m_proto->password);
- m_proto->password = mir_utf8encodeW(m_password.GetText());
- */
+ m_proto->password = mir_utf8encodeW(m_password.GetText());
+ */
EndDialog(m_hwnd, 1);
}