diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-03 12:45:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-03 12:45:23 +0300 |
commit | ed45aa912e89bb1fabe829c9644d34803a24ddda (patch) | |
tree | 57fb87f3e03f82eb3d5d356e4fcaa7f89215a083 /plugins/Clist_modern/res/resource.rc | |
parent | bde2e74d7aee14a127674aa91a93dc0c982281c8 (diff) |
fixes #3383 (Clist_modern: get rid of inverted logic)
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 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
|