diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-14 23:10:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-09-14 23:10:59 +0900 |
commit | 60d2edfb8529ef76f0a17892d48cc2bc02928b42 (patch) | |
tree | e461dab026c90355fbd771fae3a70b726d2610db /tdm | |
parent | 4dd177c7ab15649cdbb119c4c3936ff26c46f66e (diff) | |
download | tdebase-60d2edfb8529ef76f0a17892d48cc2bc02928b42.tar.gz tdebase-60d2edfb8529ef76f0a17892d48cc2bc02928b42.zip |
Added new TDE default background (thanks to Alex Couture for providing the file).
This resolves bug 2094.
Diffstat (limited to 'tdm')
-rw-r--r-- | tdm/kfrontend/gentdmconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/gentdmconf.c b/tdm/kfrontend/gentdmconf.c index e81ff11bd..9a7bc1258 100644 --- a/tdm/kfrontend/gentdmconf.c +++ b/tdm/kfrontend/gentdmconf.c @@ -694,7 +694,7 @@ static const char def_background[] = "Program=\n" "ReverseBlending=false\n" "UseSHM=false\n" -"Wallpaper=isadora.png\n" +"Wallpaper=Trinity-lineart.svg\n" "WallpaperList=\n" "WallpaperMode=Scaled\n"; |