Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 24, 2019
1 parent 16eb00c commit 550fb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycorrfit/gui/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def MakeMenu(self):
self.Bind(wx.EVT_MENU, self.add_fitting_tab, menuentry)
# help menu
menuContribute = helpmenu.Append(wx.ID_ANY, "&Contribute",
"How to contribute to PyCorrFit")
"How to contribute to PyCorrFit")
menuDocu = helpmenu.Append(wx.ID_ANY, "&Documentation",
"PyCorrFit documentation")
menuWiki = helpmenu.Append(wx.ID_ANY, "&Wiki",
Expand Down Expand Up @@ -633,7 +633,7 @@ def OnCommSession(self, e=None):
self.EditCommentDlg.OnClose()

def OnContribute(self, event=None):
# Show About Information
# Show contribute dialog
dlg = contribute.ContributeDialog(self)
dlg.ShowModal()

Expand Down

0 comments on commit 550fb2f

Please sign in to comment.