aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/switch-themes
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/switch-themes')
-rwxr-xr-xscripts/switch-themes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/switch-themes b/scripts/switch-themes
index 99d3368..5f9b0d7 100755
--- a/scripts/switch-themes
+++ b/scripts/switch-themes
@@ -23,7 +23,7 @@ function get_current_theme () {
[[ $opt != THEME=* ]] && continue
theme=${opt##*=}
done < $sysconfig
- #[[ -z $theme ]] && theme="Mandrake"
+ #[[ -z $theme ]] && theme="Mandriva"
echo $theme
}