diff options
Diffstat (limited to 'protocols/ICQ-WIM')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 2 |
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; |