Remove non-working User Manual entry

This commit is contained in:
cncfanatics
2010-10-31 00:31:21 +02:00
parent c3c33c553b
commit eb65f08510

View File

@@ -75,7 +75,7 @@ class MainMenuBar(wx.MenuBar):
helpMenu = wx.Menu()
self.Append(helpMenu, "&Help")
helpMenu.Append(wx.ID_ABOUT)
helpMenu.Append(wx.ID_HELP, "User manual", "User manual")
#helpMenu.Append(wx.ID_HELP, "User manual", "User manual")
helpMenu.Append(911,"Open Widgets Inspect tool", "Open Widgets Inspect tool")