vcl/source/app/IconThemeSelector.cxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 43b58a829b3ffdb6169cebe657fd00df69877a71 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Fri Mar 29 16:32:01 2019 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Fri Jul 26 21:57:58 2019 +0200 Use the colibre icon theme in Online and apps Change-Id: Idb79b3d4b1f14712f2e03d17fca6bec56f317edf Reviewed-on: https://gerrit.libreoffice.org/76379 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSelector.cxx index ff2dcc52805a..bf3953b755ba 100644 --- a/vcl/source/app/IconThemeSelector.cxx +++ b/vcl/source/app/IconThemeSelector.cxx @@ -7,6 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <comphelper/lok.hxx> + #include <vcl/IconThemeSelector.hxx> #include <vcl/IconThemeInfo.hxx> @@ -50,6 +52,9 @@ IconThemeSelector::IconThemeSelector() /*static*/ OUString IconThemeSelector::GetIconThemeForDesktopEnvironment(const OUString& desktopEnvironment) { + if (comphelper::LibreOfficeKit::isActive()) + return OUString("colibre"); + #ifdef _WIN32 (void)desktopEnvironment; return OUString("colibre"); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits