Kaydet (Commit) 16751ae5 authored tarafından heiko tietze's avatar heiko tietze Kaydeden (comit) Heiko Tietze

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: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst 3fef9fa3
......@@ -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";
......
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