summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/GmailNotifier/src/options.cpp2
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);
}