diff options
Diffstat (limited to 'src')
-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
|