diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-22 20:13:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-22 20:13:37 +0000 |
commit | e51fc16c9a3b29a2434084b2b2a8817f5c540a77 (patch) | |
tree | 0f9509423cb6d41d3b5f08c67a28f05b18d00a15 /plugins/Clist_modern/res | |
parent | 31d588ab50749d217cdd29e439b600c9dc20c7be (diff) |
- Clist_modern: resource fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4162 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 8a9beccbc4..b1cc936fc4 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -320,10 +320,10 @@ BEGIN CONTROL "Hide account completely",IDC_SBAR_HIDE_ACCOUNT_COMPLETELY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,48,134,8
CONTROL "Show protocol names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,124,8
- CONTROL "Show status text",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,68,124,8
- CONTROL "Show xStatus Name",IDC_SHOWXSTATUSNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,78,124,8
+ CONTROL "Show status name",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,68,124,8
+ CONTROL "Show xStatus name",IDC_SHOWXSTATUSNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,78,124,8
CONTROL "Show protocol icon",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,88,124,8
- CONTROL "Use connecting Icon",IDC_USECONNECTINGICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,98,114,8
+ CONTROL "Use connecting icon",IDC_USECONNECTINGICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,98,114,8
CONTROL "Show xStatus icon",IDC_SHOWXSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,108,124,8
CONTROL "Show both icons",IDC_SHOWBOTH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,178,118,116,8
CONTROL "Show normal status as overlay",IDC_SHOWNORMAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,178,128,116,8
|