summaryrefslogtreecommitdiff
path: root/vcl/source/image
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/image')
-rw-r--r--vcl/source/image/ImplImageTree.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/image/ImplImageTree.cxx b/vcl/source/image/ImplImageTree.cxx
index 1f7f1eca2480..30659c661166 100644
--- a/vcl/source/image/ImplImageTree.cxx
+++ b/vcl/source/image/ImplImageTree.cxx
@@ -182,6 +182,8 @@ OUString ImplImageTree::fallbackStyle(const OUString &style)
return OUString("galaxy");
else if (style == "sifr")
return OUString("breeze");
+ else if (style == "breeze_dark")
+ return OUString("breeze");
return OUString("tango");
}