Skip to content

Commit

Permalink
Check for updates in the help menu using the
Browse files Browse the repository at this point in the history
update_from_github function.
  • Loading branch information
ColinTalbert committed Dec 5, 2017
1 parent f4236d7 commit 582bae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymdwizard/gui/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def connect_events(self):
self.ui.actionLaunch_Jupyter.triggered.connect(self.launch_jupyter)
self.ui.generate_review.triggered.connect(self.generate_review_doc)
self.ui.actionLaunch_Help.triggered.connect(self.launch_help)
self.ui.actionCheck_for_Updates.triggered.connect(self.check_for_updates)
self.ui.actionCheck_for_Updates.triggered.connect(self.update_from_github)
self.ui.actionAbout.triggered.connect(self.about)
self.ui.actionData_Quality.triggered.connect(self.use_dataqual)
self.ui.actionSpatial.triggered.connect(self.use_spatial)
Expand Down

0 comments on commit 582bae4

Please sign in to comment.