From 16751ae50c96443fb2027d6de5a1dbcf88d78763 Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Thu, 25 Apr 2019 11:16:58 +0200 Subject: 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 --- sfx2/source/dialog/infobar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') 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"; -- cgit