| commit | 20deac4903fc0697477e855feeff482b3da234f9 | [log] |
|---|---|---|
| author | Jan Holesovsky <kendy@collabora.com> | Thu Jan 29 12:20:10 2015 +0100 |
| committer | Jan Holesovsky <kendy@collabora.com> | Thu Jan 29 22:55:09 2015 +0100 |
| tree | dfd237967949505f212f20817749733522e9cdbf | |
| parent | 1884c0bbd40f0ded41d7a1656cb64fb1f6368c36 [diff] |
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");