summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-26 10:20:05 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-26 10:20:05 +0300
commit5df3cc2fd09d7afa8691658b52c08f456df381fe (patch)
treec5e3aec30fe73eb602b5a6db3a4b8f21bbe58916
parent8d4b9124e2350840c22254b81b4f8a1e3571205a (diff)
typo fix
-rw-r--r--protocols/ICQ-WIM/src/proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp
index 8001693259..595a4c1689 100644
--- a/protocols/ICQ-WIM/src/proto.cpp
+++ b/protocols/ICQ-WIM/src/proto.cpp
@@ -242,7 +242,7 @@ public:
if (cmd == 1) { // rename
ENTER_STRING es = {};
es.cbSize = sizeof(es);
- es.type = ESF_MULTILINE;
+ es.type = ESF_RICHEDIT;
es.caption = TranslateT("Enter new group name");
if (!EnterString(&es))
return;