Kaydet (Commit) 8aeb66d1 authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Adolfo Jayme Barrientos

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/16065Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst b7f25b94
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment