From 6e2232c39df713136602183d2b42889aea7024b8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 3 Jan 2019 00:03:46 +0300 Subject: minor crutch to make ICQ phone reg work always --- protocols/Icq10/src/options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/Icq10/src/options.cpp b/protocols/Icq10/src/options.cpp index 084e3f4d3d..9a39928596 100644 --- a/protocols/Icq10/src/options.cpp +++ b/protocols/Icq10/src/options.cpp @@ -175,6 +175,7 @@ public: if (dlg.DoModal()) { edtUin.SetInt(m_proto->getDword(DB_KEY_UIN)); edtPassword.SetText(L""); + wszOldPass.Empty(); } } }; -- cgit v1.2.3