diff options
-rw-r--r-- | vcl/source/gdi/impimagetree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx index 59b99dca37e0..aca1962fc54d 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"); |