Commit bdbde704 authored by Guillaume Seguin's avatar Guillaume Seguin

Call Help menu Help #447

parent 168db35b
......@@ -572,7 +572,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
m = wx.Menu()
self.Bind(wx.EVT_MENU, self.about,
m.Append(-1, _("&About Printrun"), _("Show about dialog")))
self.menustrip.Append(m, _("&?"))
self.menustrip.Append(m, _("&Help"))
def about(self, event):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment