diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-04-18 12:22:07 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-05-05 10:19:26 +0200 |
commit | 60413c9800c27f53c1108015b50754b065bc98c6 (patch) | |
tree | a0f5a128c529c786c8200ce546a3730997549988 /vcl/source/app/settings.cxx | |
parent | f6fb5a17da883e89cae6f7a960266fc87ccc9f6b (diff) |
Replace Galaxy icon theme by Colibre
Galaxy goes into an extension, fallback updated
Change-Id: I4b6998035857f01368b39d4f16b2639d8a665065
Reviewed-on: https://gerrit.libreoffice.org/53092
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'vcl/source/app/settings.cxx')
-rw-r--r-- | vcl/source/app/settings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 3c5d150df79c..92904ec759d6 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -3010,7 +3010,7 @@ StyleSettings::DetermineIconTheme() const if (sTheme.isEmpty()) { if (utl::ConfigManager::IsFuzzing()) - sTheme = "galaxy"; + sTheme = "colibre"; else { // read from the configuration, or fallback to what the desktop wants |