diff options
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index dccf398ddb..eb3a93d16e 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -88,7 +88,7 @@ BEGIN CONTROL "Disable groups",IDC_DISABLEGROUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,38,147,10
CONTROL "Ask before deleting contacts",IDC_CONFIRMDELETE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,51,147,10
CONTROL "Disable icon blinking",IDC_ICONBLINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,64,147,10
- CONTROL "Apply last active view mode ",IDC_APPLYLASTVIEWMODE,
+ CONTROL "Apply last active view mode",IDC_APPLYLASTVIEWMODE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,77,147,10
GROUPBOX "Contact list layout",IDC_STATIC,169,0,133,91
CONTROL "Show menu and status buttons",IDC_SHOWBOTTOMBUTTONS,
@@ -404,7 +404,7 @@ BEGIN LTEXT "seconds",IDC_STATIC15,262,244,28,12
GROUPBOX "View mode options",IDC_STATIC16,8,195,293,68
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
+ 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
COMBOBOX IDC_LASTMESSAGEUNIT,229,227,68,56,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|