Finish the modular preference dialog and add a dummy view
This commit is contained in:
@@ -57,6 +57,8 @@ class MainMenuBar(wx.MenuBar):
|
||||
damagePatternEditItem = wx.MenuItem(windowMenu, self.damagePatternEditorId, "Damage Pattern Editor\tCTRL+D")
|
||||
windowMenu.AppendItem(damagePatternEditItem)
|
||||
|
||||
windowMenu.Append(wx.ID_PREFERENCES)
|
||||
|
||||
# Help menu
|
||||
helpMenu = wx.Menu()
|
||||
self.Append(helpMenu, "&Help")
|
||||
|
||||
Reference in New Issue
Block a user