diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-04 23:10:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-04 23:10:50 +0300 |
commit | fe2001a3e670b14724c180ccf1be8180f2ab9864 (patch) | |
tree | 1fffd5bfbccd673db5b41ce06122cf91ca9a6b7f | |
parent | 5e3a8cf7fddfadc0b3e9a0165cbc903c7be1e68a (diff) |
ICQ10: fix for a text in the options dialog
-rw-r--r-- | protocols/ICQ-WIM/res/resources.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/res/resources.rc b/protocols/ICQ-WIM/res/resources.rc index e0b3a3a157..ca9456b7c1 100644 --- a/protocols/ICQ-WIM/res/resources.rc +++ b/protocols/ICQ-WIM/res/resources.rc @@ -52,11 +52,11 @@ BEGIN CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,61,285,10 GROUPBOX "Advanced",IDC_STATIC,4,75,302,77 - LTEXT "After this number of seconds set offline contact to the following status (0 - disabled)",IDC_STATIC,12,88,204,23,0,WS_EX_DLGMODALFRAME + LTEXT "If a contact goes Offline, set this status instead and cache it for given timeout in seconds (0 - disabled)",IDC_STATIC,12,88,204,23,0,WS_EX_DLGMODALFRAME EDITTEXT IDC_DIFF1,221,85,54,12,ES_AUTOHSCROLL CONTROL "",IDC_SPIN1,"msctls_updown32",UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARROWKEYS,275,84,11,14 COMBOBOX IDC_STATUS1,221,100,81,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - LTEXT "After that. set offline contact to the following status after this number of seconds (0 - disabled)",IDC_STATIC,12,121,204,23,0,WS_EX_DLGMODALFRAME + LTEXT "After that, set this status to a contact and move it offline after specified timeout in seconds (0 - disabled)",IDC_STATIC,12,121,204,23,0,WS_EX_DLGMODALFRAME EDITTEXT IDC_DIFF2,221,118,54,12,ES_AUTOHSCROLL CONTROL "",IDC_SPIN2,"msctls_updown32",UDS_SETBUDDYINT | UDS_AUTOBUDDY | UDS_ARROWKEYS,275,117,11,14 COMBOBOX IDC_STATUS2,221,133,81,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP |