diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 16:03:33 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 16:03:33 +0000 |
commit | 86224181b71a17eeecd9196a183f0d4e91154698 (patch) | |
tree | ab02d53af36b943052a56734772aa813bf6270d8 /plugins/Popup | |
parent | f04f00a3539220b649643f5122ac0bd3efc38041 (diff) |
- "2000\XP+" remark is not needed anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@4778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/res/resource.rc | 4 | ||||
-rw-r--r-- | plugins/Popup/src/opt_skins.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Popup/res/resource.rc b/plugins/Popup/res/resource.rc index ab91abc370..1291172eaa 100644 --- a/plugins/Popup/res/resource.rc +++ b/plugins/Popup/res/resource.rc @@ -98,13 +98,13 @@ BEGIN CONTROL "",IDC_AVT_SIZE_SLIDE,"msctls_trackbar32",WS_TABSTOP,53,116,72,12
CTEXT "32",IDC_AVT_SIZE,125,116,17,12,SS_CENTERIMAGE | NOT WS_GROUP
CONTROL "Enable avatar updates",IDC_AVT_REQUEST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,132,134,8
- GROUPBOX "Multimonitor (98/ME/2000/XP)",IDC_GRP_MULTIMONITOR,3,151,143,46
+ GROUPBOX "Multimonitor",IDC_GRP_MULTIMONITOR,3,151,143,46
LTEXT "Start the popups in the monitor with",IDC_MULTIMONITOR_DESC,8,161,134,8,SS_NOPREFIX
CONTROL "Miranda's window",IDC_MIRANDAWND,"Button",BS_AUTORADIOBUTTON,21,172,115,10
CONTROL "the active window",IDC_ACTIVEWND,"Button",BS_AUTORADIOBUTTON,21,183,115,10
GROUPBOX "Transparency",IDC_STATIC,151,3,146,56
CONTROL "Enable Win 9x/Me transparency",IDC_TRANS_9X,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,157,15,136,8
- CONTROL "Use transparency (Windows 2000+)",IDC_TRANS,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,157,15,136,8
+ CONTROL "Use transparency",IDC_TRANS,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,157,15,136,8
RTEXT "opacity:",IDC_TRANS_TXT1,157,25,59,12,SS_CENTERIMAGE
CONTROL "",IDC_TRANS_SLIDER,"msctls_trackbar32",WS_TABSTOP,218,25,56,12
LTEXT "100%",IDC_TRANS_PERCENT,274,25,20,12,SS_CENTERIMAGE | NOT WS_GROUP
diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index f79259cc24..2ed9f6aef1 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -204,8 +204,8 @@ int SkinOptionList_AddMain(OPTTREE_OPTION* &options, int *OptionsCount, int pos BOOL bCheck;
LPTSTR mainOption [] = {
LPGENT("Show clock"),
- LPGENT("Drop shadow effect (Windows XP+)"),
- LPGENT("Drop shadow effect (Windows XP+)/non rectangular"),
+ LPGENT("Drop shadow effect"),
+ LPGENT("Drop shadow effect/non rectangular"),
LPGENT("Enable Aero Glass (Vista+)"),
LPGENT("Use Windows colours"),
LPGENT("Use advanced text render")};
|