summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/mainwindow/mainwindow.cpp')
-rw-r--r--src/server/mainwindow/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp
index 854d921..400f40a 100644
--- a/src/server/mainwindow/mainwindow.cpp
+++ b/src/server/mainwindow/mainwindow.cpp
@@ -438,7 +438,7 @@ ConnectionFrame* MainWindow::getSelectedFrame()
*/
void MainWindow::closeEvent(QCloseEvent* e)
{
- int ret = QMessageBox::question(this, "Test", "Exit?", 0, 1, 2);
+ int ret = QMessageBox::question(this, "Question", "Are you sure you want to exit?", 0, 1, 2);
if (ret == 1)
QApplication::exit(0);
else