summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/databases.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/databases.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index a891fb8994a4..7a25dba31640 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -189,7 +189,7 @@ OString Databases::getImageTheme() const
if ( aSymbolsStyleName.isEmpty() || aSymbolsStyleName == "auto" )
{
- aSymbolsStyleName = "tango";
+ aSymbolsStyleName = "colibre";
}
return aSymbolsStyleName.toUtf8();
}