summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2018-08-11 10:41:42 +0300
committerTor Lillqvist <tml@iki.fi>2018-08-12 01:46:32 +0300
commit2694eb1a1b3c0cf2187ad679e974b9f17f95e169 (patch)
treef54464aeb5f9880613dafb2fb082fd4b4704abda /desktop
parentcb059f7e1930aee73024fd8a697f8ed02aee5bd6 (diff)
Change-Id: I72e4008a0aacf7e35006be685462168874954631
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index e459ccdace81..71b83d64f3c3 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1055,7 +1055,7 @@ void restartOnMac(bool passArguments) {
std::unique_ptr<weld::MessageDialog> xRestartBox(Application::CreateMessageDialog(nullptr,
VclMessageType::Warning, VclButtonsType::Ok, aMessage));
- xRestartBox->Execute();
+ xRestartBox->run();
#else
OUString execUrl;
OSL_VERIFY(osl_getExecutableFile(&execUrl.pData) == osl_Process_E_None);