diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-10-09 00:34:44 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-10-09 00:34:44 +0000 |
commit | 52dce400ebc4fce2181de01cf3ccd9616457a077 (patch) | |
tree | 27a35c52d69386355b2dc65a3c74154a0a77ab83 /plugins/Clist_modern/res/resource.rc | |
parent | e7a1dc7da1606a0e5bf0266ed0a94714d0433c02 (diff) |
unification with similar strings
git-svn-id: http://svn.miranda-ng.org/main/trunk@15521 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 10afc10325..3b587210f1 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -258,7 +258,7 @@ BEGIN RTEXT "Accounts per line",IDC_STATIC,15,150,73,10
EDITTEXT IDC_MULTI_COUNT,93,148,48,12,ES_NUMBER
CONTROL "",IDC_MULTI_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,129,148,11,12
- LTEXT "* To increase status bar height:\nset in Main menu: Frames -> Status Bar -> Show title then pull appeared title of status bar up or down.",IDC_STATIC,27,163,123,42,WS_DISABLED
+ LTEXT "* To increase status bar height:\nset in Main menu -> Frames -> Status Bar -> Show title then pull appeared title of status bar up or down.",IDC_STATIC,27,163,123,42,WS_DISABLED
LTEXT "Hold [Shift] to inverse [Right Click] behavior.",IDC_STATIC,27,207,267,8,WS_DISABLED
LTEXT "[Ctrl]+[Left Click] to filter only protocol. Click on empty space to show all.",IDC_STATIC,27,216,267,8,WS_DISABLED
CONTROL "Set options per account",IDC_STATUSBAR_PER_PROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,12,134,10
|