From 55c9a5eb7104f24342e121f7b949eaf4cc5557b5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Oct 2023 14:06:42 +0300 Subject: =?UTF-8?q?fixes=20#3707=20(GmailNotifier:=20=D0=B2=D0=BC=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=BE=20=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B2=20=D0=B1=D0=B0=D0=B7=D1=83=20=D0=BF=D0=B8=D1=88=D0=B5?= =?UTF-8?q?=D1=82=D1=81=D1=8F=20=D0=BB=D0=BE=D0=B3=D0=B8=D0=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/GmailNotifier/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/GmailNotifier') diff --git a/protocols/GmailNotifier/src/options.cpp b/protocols/GmailNotifier/src/options.cpp index 35ba71cb30..b8b9a5955b 100644 --- a/protocols/GmailNotifier/src/options.cpp +++ b/protocols/GmailNotifier/src/options.cpp @@ -225,7 +225,7 @@ public: g_plugin.setString(acc.hContact, "name", acc.name); g_plugin.setString(acc.hContact, "Nick", acc.name); - m_combo.GetTextA(acc.pass, _countof(acc.pass)); + GetDlgItemTextA(m_hwnd, IDC_PASS, acc.pass, _countof(acc.pass)); g_plugin.setString(acc.hContact, "Password", acc.pass); } -- cgit v1.2.3