summaryrefslogtreecommitdiff
path: root/uui/source/trylater.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/trylater.cxx')
-rw-r--r--uui/source/trylater.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/trylater.cxx b/uui/source/trylater.cxx
index d61f2e653bf8..aa9bc08cf603 100644
--- a/uui/source/trylater.cxx
+++ b/uui/source/trylater.cxx
@@ -24,7 +24,7 @@
TryLaterQueryBox::TryLaterQueryBox(vcl::Window* pParent, const std::locale& rResLocale, const OUString& aMessage)
: MessBox(pParent, MessBoxStyle::NONE, 0, Translate::get(STR_TRYLATER_TITLE, rResLocale), aMessage)
{
- SetImage( QueryBox::GetStandardImage() );
+ SetImage(GetStandardQueryBoxImage());
AddButton(Translate::get(STR_TRYLATER_RETRYSAVING_BTN, rResLocale), RET_YES,
ButtonDialogFlags::Default | ButtonDialogFlags::OK | ButtonDialogFlags::Focus);