[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/source

Jan Holesovsky kendy at collabora.com
Wed Jun 3 14:12:03 PDT 2015


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

New commits:
commit 8aeb66d1b31b171b9268342d987d358930196f38
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
    Reviewed-on: https://gerrit.libreoffice.org/16065
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/vcl/source/app/IconThemeSelector.cxx b/vcl/source/app/IconThemeSelector.cxx
index 4ef0031..6f77375 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