diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-26 11:53:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-26 11:53:28 +0300 |
commit | 44e0a42d6130fbc42d826a7673d99480a06a87f6 (patch) | |
tree | 4d1eb5c2ef8ae351e871e3b43149b7b0220e34c5 /protocols/ICQ-WIM/src | |
parent | 5df3cc2fd09d7afa8691658b52c08f456df381fe (diff) |
MS_UTILS_ENTERSTRING -> EnterString, useless service removed
Diffstat (limited to 'protocols/ICQ-WIM/src')
-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; |