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/TipperYM/res | |
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/TipperYM/res')
-rw-r--r-- | plugins/TipperYM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TipperYM/res/resource.rc b/plugins/TipperYM/res/resource.rc index 51c52e03d4..702bf96419 100644 --- a/plugins/TipperYM/res/resource.rc +++ b/plugins/TipperYM/res/resource.rc @@ -172,7 +172,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,123,273,10
CONTROL "Disable in invisible status",IDC_CHK_DISABLEINVISIBLE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,27,138,258,10
- CONTROL "Retrieve XStatus details if auto-retrieve is disabled",IDC_CHK_RETRIEVEXSTATUS,
+ CONTROL "Retrieve xStatus details if auto-retrieve is disabled",IDC_CHK_RETRIEVEXSTATUS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,153,273,10
GROUPBOX "Status bar and tray tooltip",IDC_STATIC,7,176,284,46
CONTROL "Limit status messages in status bar and tray tooltips to:",IDC_CHK_LIMITMSG,
|