[Libreoffice-commits] core.git: vcl/source
Jan Holesovsky
kendy at collabora.com
Thu Jan 29 13:55:47 PST 2015
vcl/source/gdi/impimagetree.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 20deac4903fc0697477e855feeff482b3da234f9
Author: Jan Holesovsky <kendy at collabora.com>
Date: Thu Jan 29 12:20:10 2015 +0100
images: Don't fallback to indrustrial, it's merged to tango during build.
Change-Id: Ie361365e65626b0118393960e381aff9745af83d
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx
index 59b99dc..aca1962 100644
--- a/vcl/source/gdi/impimagetree.cxx
+++ b/vcl/source/gdi/impimagetree.cxx
@@ -108,7 +108,7 @@ OUString ImplImageTree::fallbackStyle(const OUString &style)
else if (style == "industrial")
return OUString("galaxy");
else if (style == "tango")
- return OUString("industrial");
+ return OUString("galaxy");
else if (style == "breeze")
return OUString("sifr");
More information about the Libreoffice-commits
mailing list