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/src/opt_skins.cpp | |
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/src/opt_skins.cpp')
-rw-r--r-- | plugins/Popup/src/opt_skins.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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")};
|