diff options
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"; |