diff options
-rw-r--r-- | protocols/GmailNotifier/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |