mirror of
https://github.com/yse/easy_profiler.git
synced 2025-01-14 00:27:55 +08:00
One more typo ...
This commit is contained in:
parent
4dd1c271aa
commit
5ab683de76
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user