diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-06 15:42:08 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-07-06 15:42:08 +0000 |
commit | 79a5720cf40a5568784fa30052bea8d4c20cbbb3 (patch) | |
tree | d77eeba26c9cd0c4811de9fbb7fdd8d9db99d256 /plugins/Clist_modern | |
parent | 0db5618a347355245230f25992343febaaec0e43 (diff) |
- translation fixes (patch from dartraiden)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-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
|