From 5ab683de76cf0cc13f743341f3b8674801f72616 Mon Sep 17 00:00:00 2001 From: Valerio Varricchio Date: Wed, 16 Aug 2017 08:04:24 +0800 Subject: [PATCH] One more typo ... --- profiler_gui/main_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler_gui/main_window.cpp b/profiler_gui/main_window.cpp index 6869d5a..07ebc30 100644 --- a/profiler_gui/main_window.cpp +++ b/profiler_gui/main_window.cpp @@ -1166,7 +1166,7 @@ void EasyMainWindow::closeEvent(QCloseEvent* close_event) if (m_bNetworkFileRegime) { // Warn user about unsaved network information and suggest to save - if (QMessageBox::Yes == QMessageBox::question(this, "Unsaved session", "You unsaved data!\nSave before exit?", QMessageBox::Yes, QMessageBox::No)) + if (QMessageBox::Yes == QMessageBox::question(this, "Unsaved session", "You have unsaved data!\nSave before exit?", QMessageBox::Yes, QMessageBox::No)) { onSaveFileClicked(true); }