diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2019-04-25 11:16:58 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-04-25 14:59:05 +0200 |
commit | 16751ae50c96443fb2027d6de5a1dbcf88d78763 (patch) | |
tree | 6387a58d395bb7a5705b748b076296d1bf7956b9 /sfx2 | |
parent | 3fef9fa3f5d260dd1264b67d8b42aad476332eea (diff) |
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@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/infobar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |