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 /src/core | |
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 'src/core')
-rw-r--r-- | src/core/stdclist/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stdidle/resource.rc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 1db5646b80..110b141edd 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -109,7 +109,7 @@ BEGIN CONTROL "If window is partially covered, bring to front instead of hiding",IDC_BRINGTOFRONT,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,141,102,162,16
CONTROL "Enable docking",IDC_DISABLEDOCKING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,141,135,136,10
- GROUPBOX "Translucency options (Windows 2000/XP only)",IDC_STATIC,4,161,305,80
+ GROUPBOX "Translucency options",IDC_STATIC,4,161,305,80
CONTROL "Fade contact list in/out",IDC_FADEINOUT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,174,163,10
CONTROL "Transparent contact list",IDC_TRANSPARENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,191,151,9
LTEXT "Inactive opacity:",IDC_STATIC11,23,206,89,8
diff --git a/src/core/stdidle/resource.rc b/src/core/stdidle/resource.rc index eac9ca8f20..15de842114 100644 --- a/src/core/stdidle/resource.rc +++ b/src/core/stdidle/resource.rc @@ -38,7 +38,7 @@ BEGIN CONTROL "Spin2",IDC_IDLESPIN,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,71,55,12,23
CONTROL "Become idle if the screen saver is active",IDC_SCREENSAVER,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,83,265,9
- CONTROL "Become idle if the computer is locked (2000/XP+ only)",IDC_LOCKED,
+ CONTROL "Become idle if the computer is locked",IDC_LOCKED,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,105,265,9
CONTROL "Become idle if a terminal session is disconnected",IDC_IDLETERMINAL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,116,265,10
@@ -69,7 +69,7 @@ BEGIN CONTROL "",IDC_IDLESPIN,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,193,7,11,23
CONTROL "Become idle if the screen saver is active",IDC_SCREENSAVER,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,25,268,9
- CONTROL "Become idle if the computer is locked (2000/XP+ only)",IDC_LOCKED,
+ CONTROL "Become idle if the computer is locked",IDC_LOCKED,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,37,249,9
CONTROL "Become idle if a terminal session is disconnected",IDC_IDLETERMINAL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,49,265,10
|