diff options
author | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2020-04-11 13:17:32 +0700 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-04-29 21:28:23 +0200 |
commit | 528afad04f0ff9fda31a280f044bf91e864fae72 (patch) | |
tree | 6fff6de29cd2dacaddfb31b636698c1808efa6c6 /xmlhelp | |
parent | be8020ff18f8971df091057ee4d8b4d06ecf61eb (diff) |
Remove tango icon theme, tdf#132022
Change-Id: Ifd1d3999d1c6eb9aba7919850859e6b7cb652e3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92055
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 2 |
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(); } |