Skip to content

Commit

Permalink
Update URL for reporting bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Aug 1, 2019
1 parent cbc18c6 commit ee98c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maven/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) {
//check if program exited correctly last time
if (settings->contains("closeEvent") and settings->value("closeEvent").toInt() == 0) {

setUrl("http://genomics-pubs.princeton.edu/mzroll/index.php?show=bugs",
setUrl("https://github.com/eugenemel/maven/issues",
"Whoops.. did the program crash last time? Would you like to report a bug?");
}

Expand Down

0 comments on commit ee98c07

Please sign in to comment.