From 5df3cc2fd09d7afa8691658b52c08f456df381fe Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 26 Sep 2019 10:20:05 +0300 Subject: typo fix --- protocols/ICQ-WIM/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') 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; -- cgit v1.2.3