diff options
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")};
|