From ed45aa912e89bb1fabe829c9644d34803a24ddda Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 3 Mar 2023 12:45:23 +0300 Subject: fixes #3383 (Clist_modern: get rid of inverted logic) --- plugins/Clist_modern/res/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 bc29191dd1..95bdf588f0 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -258,7 +258,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Contact list sorting",IDC_STATIC,2,8,294,84,WS_GROUP - CONTROL "Don't move offline user to bottom",IDC_NOOFFLINEMOVE, + CONTROL "Move offline user to bottom",IDC_OFFLINEMOVE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,77,281,10 LTEXT "1st:",IDC_STATIC,15,19,14,8 LTEXT "2nd:",IDC_STATIC,15,35,14,8 -- cgit v1.2.3