From f71d5710c74fa70ea77dfcb9faa7818b7d3be72e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 2 Jan 2019 23:45:01 +0300 Subject: we need to refresh data if phone reg succeeded --- protocols/Icq10/src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Icq10') diff --git a/protocols/Icq10/src/options.cpp b/protocols/Icq10/src/options.cpp index 357e8617bf..084e3f4d3d 100644 --- a/protocols/Icq10/src/options.cpp +++ b/protocols/Icq10/src/options.cpp @@ -173,8 +173,8 @@ public: CIcqRegistrationDlg dlg(m_proto); dlg.SetParent(m_hwnd); if (dlg.DoModal()) { - m_proto->m_dwUin = m_proto->getDword(DB_KEY_UIN); - m_proto->m_szPassword = L""; + edtUin.SetInt(m_proto->getDword(DB_KEY_UIN)); + edtPassword.SetText(L""); } } }; -- cgit v1.2.3