summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-26 12:32:54 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-26 12:32:54 +0300
commit1d8b5028056bbfe0dd3616162da30378f043c0c0 (patch)
tree55c4fa4a81fbe09167f900fd2d53aa428ce0f771 /protocols/ICQ-WIM/src/proto.cpp
parent44e0a42d6130fbc42d826a7673d99480a06a87f6 (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.cpp1
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))