summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-06-03 19:44:21 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-06-03 21:11:41 +0000
commit8aeb66d1b31b171b9268342d987d358930196f38 (patch)
tree17c36b34fd42c7f38412a56d369fdc7561c52fde
parentb7f25b94f5e767438c20445e9936996e6cd8d721 (diff)
OS X: Default to the 'breeze' icon theme.
As agreed in the Design team meeting today. Change-Id: I660462fb7b56eb3c8f883f8540cf88801e48165c Reviewed-on: https://gerrit.libreoffice.org/16065 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--vcl/source/app/IconThemeSelector.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSelector.cxx
index 4ef0031f12d6..6f77375353ff 100644
--- a/vcl/source/app/IconThemeSelector.cxx
+++ b/vcl/source/app/IconThemeSelector.cxx
@@ -63,7 +63,7 @@ IconThemeSelector::GetIconThemeForDesktopEnvironment(const OUString& desktopEnvi
r = "breeze";
}
else if ( desktopEnvironment.equalsIgnoreAsciiCase("MacOSX") ) {
- r = "sifr";
+ r = "breeze";
}
else {
r = FALLBACK_ICON_THEME_ID;