diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 15:45:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 15:45:23 +0000 |
commit | ebd687f634a69149228cee9a8d0fbac61a8e3034 (patch) | |
tree | 1a6df3fdd9d380641efaad8ceb37949da3c20139 /plugins/Clist_mw | |
parent | 9d392a5e1a34b333f1849a1505d510fbf68a66af (diff) |
- "2000\XP+" remark is not needed anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@4776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw')
-rw-r--r-- | plugins/Clist_mw/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_mw/res/resource.rc b/plugins/Clist_mw/res/resource.rc index 4f72cbb8eb..0ccf6009b8 100644 --- a/plugins/Clist_mw/res/resource.rc +++ b/plugins/Clist_mw/res/resource.rc @@ -187,7 +187,7 @@ BEGIN LTEXT "% of screen",IDC_STATIC22,230,71,69,8
CONTROL "Size upwards",IDC_AUTOSIZEUPWARD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,86,147,10
LTEXT "Title bar text:",IDC_STATIC,12,106,51,8
- GROUPBOX "Translucency options (Windows 2000/XP only)",IDC_STATIC,4,130,191,80
+ GROUPBOX "Translucency options",IDC_STATIC,4,130,191,80
CONTROL "Fade contact list in/out",IDC_FADEINOUT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,140,163,10
CONTROL "Transparent contact list",IDC_TRANSPARENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,152,151,9
LTEXT "Inactive opacity:",IDC_STATIC11,23,165,67,8
|