Bug fixed: If you are logged in and result is sent in result dialog. If you want...
[speedfreak] / Client / mainwindow.cpp
index 52f7efe..9d9984d 100644 (file)
@@ -114,6 +114,7 @@ void MainWindow::on_pushButtonCredits_clicked()
     if(!helpDialog)
         helpDialog = new HelpDialog;
 
+    connect(helpDialog, SIGNAL(rejected()), this, SLOT(killDialog()));
     helpDialog->show();
 }