diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-05 19:19:04 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-05 19:19:04 +0200 |
commit | 86bc8a74779efe7eeb306a14bd2191e11bb27583 (patch) | |
tree | b134692a811980294868e80c66dcbc3f2591535a /protocols/Icq10/res | |
parent | a8bea2884b7f75e22c2e13137c9e8658f7c7f44e (diff) |
icq10:
- fixes #1725 (when slow send is disabled, messages are duplicated after restart)
- "Slow send" option removed, because it's not compatible with dups
Diffstat (limited to 'protocols/Icq10/res')
-rw-r--r-- | protocols/Icq10/res/resources.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Icq10/res/resources.rc b/protocols/Icq10/res/resources.rc index 9f11066965..8b3c0683f2 100644 --- a/protocols/Icq10/res/resources.rc +++ b/protocols/Icq10/res/resources.rc @@ -105,8 +105,6 @@ BEGIN EDITTEXT IDC_UIN,68,12,106,12,ES_AUTOHSCROLL RTEXT "Password:",IDC_STATIC,12,28,51,8 EDITTEXT IDC_PASSWORD,68,26,106,12,ES_PASSWORD | ES_AUTOHSCROLL - CONTROL "Send messages slower, but with full acknowledgment",IDC_SLOWSEND, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,43,285,10 PUSHBUTTON "Create a new ICQ account",IDC_REGISTER,183,61,122,14 END |