[Libreoffice-commits] core.git: vcl/source

Jan Holesovsky kendy at collabora.com
Wed Jun 3 10:45:51 PDT 2015


 vcl/source/app/IconThemeSelector.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 816941f1396b79eba2dc3b46c6cffb53835ee923
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Wed Jun 3 19:44:21 2015 +0200

    OS X: Default to the 'breeze' icon theme.
    
    As agreed in the Design team meeting today.
    
    Change-Id: I660462fb7b56eb3c8f883f8540cf88801e48165c

diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSelector.cxx
index 235ba1f..bed75fa 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;


More information about the Libreoffice-commits mailing list