diff options
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 db176538f0..9a92d07b1c 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -240,7 +240,7 @@ BEGIN CONTROL "Show contacts in groups",IDC_USEGROUPS,"Button",BS_AUTO3STATE | WS_TABSTOP,12,178,122,11
GROUPBOX "Include status modes",IDC_STATIC4,171,105,130,89,0,WS_EX_TRANSPARENT
CONTROL "",IDC_STATUSMODES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,175,116,121,73
- PUSHBUTTON "Ok",IDOK,106,275,62,16
+ PUSHBUTTON "OK",IDOK,106,275,62,16
PUSHBUTTON "Cancel",IDCANCEL,172,275,62,16
PUSHBUTTON "Apply",IDC_APPLY,242,275,62,16
CONTROL "",IDC_CLIST,"CListControl",0x24a,12,31,286,199,WS_EX_CLIENTEDGE
|