From 5833b434efd35c2a8913dcb1c4ef19a41b2ec598 Mon Sep 17 00:00:00 2001 From: Xinyu Hou Date: Thu, 20 Nov 2014 12:22:03 +0000 Subject: [PATCH] Changed message box types --- src/gui/src/MainWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/src/MainWindow.cpp b/src/gui/src/MainWindow.cpp index 5fdfbd0d..62186736 100644 --- a/src/gui/src/MainWindow.cpp +++ b/src/gui/src/MainWindow.cpp @@ -940,7 +940,7 @@ void MainWindow::on_m_pButtonApply_clicked() void MainWindow::on_m_pCheckBoxAutoConnect_toggled(bool checked) { if (!isBonjourRunning() && checked) { - int r = QMessageBox::warning( + int r = QMessageBox::information( this, tr("Synergy"), tr("Auto connect feature requires Bonjour installed.\n\n" "Do you want to install Bonjour?"), @@ -1072,7 +1072,7 @@ void MainWindow::installBonjour() void MainWindow::promptAutoConnect() { - int r = QMessageBox::warning( + int r = QMessageBox::question( this, tr("Synergy"), tr("Do you want to enable auto connect?\n\n" "This feature helps you establish the connection."),