Mercurial > hg > octave-nkf
diff libgui/src/m-editor/file-editor.cc @ 18554:ca65b05b9a8a gui-release
maint: Periodic merge of stable to gui-release.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 18 Feb 2014 02:50:18 -0500 |
parents | 3a509de8e791 83cc56cc7cb7 |
children | 713193ffc8c4 |
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc +++ b/libgui/src/m-editor/file-editor.cc @@ -370,7 +370,7 @@ tr ("File\n%1\ndoes not exist. " "Do you want to create it?").arg (openFileName), QMessageBox::Yes - | QMessageBox::No, this); + | QMessageBox::No, 0); msgBox->setAttribute (Qt::WA_DeleteOnClose); answer = msgBox->exec ();