From 962fe737d42bb5c9f8f1ce5bee87c5ea6160bc9c Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Tue, 15 Apr 2014 14:31:18 +0200 Subject: Changed exit text to be "exit?" instead of "Beenden?". --- 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 f4c1809..00ac706 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -191,7 +191,7 @@ void MainWindow::savePosition(ConnectionFrame *cf) void MainWindow::closeEvent(QCloseEvent* e) { - int ret = QMessageBox::question(this, "Test", "Beenden?", 0, 1, 2); + int ret = QMessageBox::question(this, "Test", "Exit?", 0, 1, 2); if (ret == 1) QApplication::exit(0); else -- cgit v1.2.3-55-g7522