diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index 595a4c1689..39a58f7ef9 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -241,8 +241,8 @@ public: if (cmd == 1) { // rename ENTER_STRING es = {}; - es.cbSize = sizeof(es); - es.type = ESF_RICHEDIT; + es.type = ESF_COMBO; + es.szModuleName = m_proto->m_szModuleName; es.caption = TranslateT("Enter new group name"); if (!EnterString(&es)) return; |