diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-26 12:32:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-26 12:32:54 +0300 |
commit | 1d8b5028056bbfe0dd3616162da30378f043c0c0 (patch) | |
tree | 55c4fa4a81fbe09167f900fd2d53aa428ce0f771 /protocols/ICQ-WIM/src/proto.cpp | |
parent | 44e0a42d6130fbc42d826a7673d99480a06a87f6 (diff) |
EnterString: ability to enter simple strings (not multiline)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp index 39a58f7ef9..916782c965 100644 --- a/protocols/ICQ-WIM/src/proto.cpp +++ b/protocols/ICQ-WIM/src/proto.cpp @@ -241,7 +241,6 @@ public: if (cmd == 1) { // rename ENTER_STRING es = {}; - es.type = ESF_COMBO; es.szModuleName = m_proto->m_szModuleName; es.caption = TranslateT("Enter new group name"); if (!EnterString(&es)) |