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

heiko tietze (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 25 12:59:50 UTC 2019


 sfx2/source/dialog/infobar.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16751ae50c96443fb2027d6de5a1dbcf88d78763
Author:     heiko tietze <tietze.heiko at gmail.com>
AuthorDate: Thu Apr 25 11:16:58 2019 +0200
Commit:     Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Thu Apr 25 14:59:05 2019 +0200

    tdf#106229 - New icon for infobar type success needed
    
    InfoBarType::Success adjusted to the newly added successbox
    see also I829218d014c13698d075e0fcd3162801d31ba093
    
    Change-Id: I6b542928f3d1d1940b9da36b4c40cd8af97fb2f5
    Reviewed-on: https://gerrit.libreoffice.org/71285
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>

diff --git a/sfx2/source/dialog/infobar.cxx b/sfx2/source/dialog/infobar.cxx
index afc71404b6c8..5c65dc18ff40 100644
--- a/sfx2/source/dialog/infobar.cxx
+++ b/sfx2/source/dialog/infobar.cxx
@@ -80,7 +80,7 @@ OUString GetInfoBarIconName(InfoBarType ibType)
        aRet = "vcl/res/infobox.svg";
        break;
     case InfoBarType::Success:
-        aRet = "cmd/lc_apply.svg";
+        aRet = "vcl/res/successbox.svg";
         break;
     case InfoBarType::Warning:
         aRet = "vcl/res/warningbox.svg";


More information about the Libreoffice-commits mailing list