From 550fb2f041c7138ae2b3f5d6f40ca7f8e6e536a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Thu, 24 Oct 2019 23:53:49 +0200 Subject: [PATCH] white space --- pycorrfit/gui/frontend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pycorrfit/gui/frontend.py b/pycorrfit/gui/frontend.py index 2e2114c8..7f66a1c4 100644 --- a/pycorrfit/gui/frontend.py +++ b/pycorrfit/gui/frontend.py @@ -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", @@ -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()