# HG changeset patch # User Chris Cannam # Date 1300271106 0 # Node ID ccc55539e0662928cba6fe9e421981cb2390bb27 # Parent 435b6f0b6eeb44afb56bdd524ed218b2b9c0cf0f If the user cancels the first startup dialog (it has no cancel button, but they could use the WM close button), go no further diff -r 435b6f0b6eeb -r ccc55539e066 mainwindow.cpp --- a/mainwindow.cpp Tue Mar 15 13:06:57 2011 +0000 +++ b/mainwindow.cpp Wed Mar 16 10:25:06 2011 +0000 @@ -1042,6 +1042,7 @@ { StartupDialog *dlg = new StartupDialog(this); if (dlg->exec()) m_firstStart = false; + else exit(0); } void MainWindow::open()