Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed Jun 12, 2019
1 parent bf24fd5 commit 465241b
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 @@ -278,7 +278,7 @@ MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) {
if (settings->contains("closeEvent") and settings->value("closeEvent").toInt() == 0) {

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

settings->setValue("closeEvent", 0 );
Expand Down

0 comments on commit 465241b

Please sign in to comment.