From 6855137e406ccf9cc513b1718b776ddd3dff9f49 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Mon, 13 Dec 2010 15:18:29 +0000 Subject: [PATCH] Use Horos as default wallpaper instead of Ethais. svn path=/trunk/KDE/kdelibs/; revision=1206147 --- theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.cpp b/theme.cpp index 48d45a985..c31eb1a02 100644 --- a/theme.cpp +++ b/theme.cpp @@ -52,7 +52,7 @@ namespace Plasma { -#define DEFAULT_WALLPAPER_THEME "Ethais" +#define DEFAULT_WALLPAPER_THEME "Horos" #define DEFAULT_WALLPAPER_SUFFIX ".png" static const int DEFAULT_WALLPAPER_WIDTH = 1920; static const int DEFAULT_WALLPAPER_HEIGHT = 1200;