diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-08-05 14:11:12 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-08-05 14:11:12 +0000 |
commit | 18a381e82a1fb4df42659c53d1b7b1804688049a (patch) | |
tree | 29930f92d26a8f6aaa8e54679e09e26f861f9436 /plugins/Clist_modern | |
parent | 64453022c1209aea6ffc534cee4e0f7b52535b76 (diff) |
'xStatus' correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@10071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 941a4c7618..0112fec402 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -679,8 +679,8 @@ BEGIN "Button",BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,150,76,99,18
CONTROL "Show listening to if there is no status message",IDC_SHOW_LISTENING_IF_NOAWAY,
"Button",BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,150,94,99,18
- CONTROL "XStatus has priority",IDC_XSTATUS_HAS_PRIORITY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,111,99,12
- CONTROL "Use 'XStatus: XMessage'",IDC_USE_NAME_AND_MESSAGE,
+ CONTROL "xStatus has priority",IDC_XSTATUS_HAS_PRIORITY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,111,99,12
+ CONTROL "Use 'xStatus: xMessage'",IDC_USE_NAME_AND_MESSAGE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,122,99,12
RTEXT "(Variables will be replaced)",IDC_VARIABLES_L,141,136,108,8
END
@@ -708,8 +708,8 @@ BEGIN "Button",BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,150,76,99,18
CONTROL "Show listening to if there is no status message",IDC_SHOW_LISTENING_IF_NOAWAY,
"Button",BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,150,94,99,18
- CONTROL "XStatus has priority",IDC_XSTATUS_HAS_PRIORITY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,111,99,12
- CONTROL "Use 'XStatus: XMessage'",IDC_USE_NAME_AND_MESSAGE,
+ CONTROL "xStatus has priority",IDC_XSTATUS_HAS_PRIORITY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,111,99,12
+ CONTROL "Use 'xStatus: xMessage'",IDC_USE_NAME_AND_MESSAGE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,150,122,99,12
RTEXT "(Variables will be replaced)",IDC_VARIABLES_L,141,136,108,8
END
|