From a88aaaf491053ccd9f5bfb68f78c46c886d37844 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 7 Mar 2014 17:32:28 +0000 Subject: Minor bugfixes: - #607 (Capitalization inconsistency) - #609 (Unnecessary messagebox in Plugin Updater) - #613 (UserInfoEx writes wrong popup color settings to db) - #614 (NewAwaySys translation issue) git-svn-id: http://svn.miranda-ng.org/main/trunk@8454 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/res/resource.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_modern/res/resource.rc') diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 0069988101..65bc48f046 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -366,8 +366,8 @@ BEGIN CONTROL "Ask before deleting contacts",IDC_CONFIRMDELETE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,61,124,10 CONTROL "Don't move offline user to bottom",IDC_NOOFFLINEMOVE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,153,77,141,10 - GROUPBOX "Contact List",IDC_STCLISTGROUP,2,8,142,84 - GROUPBOX "Contact List Sorting",IDC_STATIC,146,8,154,84,WS_GROUP + GROUPBOX "Contact list",IDC_STCLISTGROUP,2,8,142,84 + GROUPBOX "Contact list sorting",IDC_STATIC,146,8,154,84,WS_GROUP LTEXT "1st:",IDC_STATIC,153,19,14,8 LTEXT "2nd:",IDC_STATIC,153,35,14,8 LTEXT "3rd:",IDC_STATIC,153,49,14,8 -- cgit v1.2.3