From 272aaf3d4f32d866c0f50ec5f31ae60cddb8c0fa Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 29 Jan 2016 17:29:07 +0100 Subject: properly close the toolbar (?) --- src/server/mainwindow/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.cpp') 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 -- cgit v1.2.3-55-g7522