diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-13 11:38:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-13 11:38:34 +0000 |
commit | 787fc82cd195c9d7c5f359c3a04e93c9ca797655 (patch) | |
tree | 585707e5f88f8919f729978a5f8b1a4b88ce5e5f /protocols/IcqOscarJ | |
parent | 8824da1cf61ab0d03fe16e29683ce3d2a8c84bd9 (diff) |
cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@8589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ')
-rw-r--r-- | protocols/IcqOscarJ/res/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc index 02a52b2893..b11ac50813 100644 --- a/protocols/IcqOscarJ/res/resources.rc +++ b/protocols/IcqOscarJ/res/resources.rc @@ -140,7 +140,7 @@ BEGIN COMBOBOX IDC_UTFCODEPAGE,190,36,107,51,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Make me temporarily visible to contacts I send message to",IDC_TEMPVISIBLE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,53,288,10
- CONTROL "Notify me when a message delivery has failed (recommended)",IDC_SLOWSEND,
+ CONTROL "Notify me when a message delivery has failed (old method)",IDC_SLOWSEND,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,65,288,10
CONTROL "Never use legacy messaging (server acknowledgements)",IDC_ONLYSERVERACKS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,77,288,10
|