summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_dialogs.h
diff options
context:
space:
mode:
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);
}