diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-13 11:03:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-13 11:03:59 +0000 |
commit | 938729b37ce78da2d8b2b8d583955b68977cd71f (patch) | |
tree | a1b0e53997d9ed80e74663e14e5e0a4397cd5de5 /plugins/Clist_nicer | |
parent | ebc94355a8a279bde227db0d0968c95fa7d350d7 (diff) |
Clist_nicer - typo fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/resource.rc b/plugins/Clist_nicer/resource.rc index b09443560e..5697605827 100644 --- a/plugins/Clist_nicer/resource.rc +++ b/plugins/Clist_nicer/resource.rc @@ -482,7 +482,7 @@ BEGIN CONTROL "",IDC_AUTOCLEARSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,245,243,8,13
LTEXT "seconds",IDC_STATIC15,262,244,28,12
GROUPBOX "View mode options",IDC_STATIC16,8,195,293,68
- LTEXT "Statisch",IDC_CURVIEWMODE2,164,245,121,14
+ LTEXT "Editing view mode",IDC_CURVIEWMODE2,119,245,178,14,NOT WS_VISIBLE
CONTROL "Last message ",IDC_LASTMSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,227,86,11
COMBOBOX IDC_LASTMESSAGEOP,106,227,81,56,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
EDITTEXT IDC_LASTMSGVALUE,193,227,31,13,ES_AUTOHSCROLL
|