summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteclient_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/remoteclient_p.h')
-rw-r--r--src/libs/installer/remoteclient_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/remoteclient_p.h b/src/libs/installer/remoteclient_p.h
index 9b5bfd844..ba60bc7ac 100644
--- a/src/libs/installer/remoteclient_p.h
+++ b/src/libs/installer/remoteclient_p.h
@@ -135,7 +135,7 @@ public:
"Cannot get authorization that is needed for continuing the installation.\n\n"
"Please start the setup program as a user with the appropriate rights.\n"
"Or accept the elevation of access rights if being asked."),
- QMessageBox::Abort | QMessageBox::Retry, QMessageBox::Retry);
+ QMessageBox::Abort | QMessageBox::Retry, QMessageBox::Abort);
if (res == QMessageBox::Retry)
started = AdminAuthorization::execute(0, m_serverCommand, m_serverArguments);
}