Re-enabled preference menu

This commit is contained in:
HomeWorld
2010-12-22 18:44:54 +02:00
parent 6650436ab4
commit ab78d8bace

View File

@@ -80,12 +80,11 @@ class MainMenuBar(wx.MenuBar):
graphFrameItem = wx.MenuItem(windowMenu, self.graphFrameId, "Graphs\tCTRL+G")
graphFrameItem.SetBitmap(bitmapLoader.getBitmap("graphs_small", "icons"))
windowMenu.AppendItem(graphFrameItem)
#=======================================================================
# DISABLED FOR RC2 RELEASE
# preferencesItem = wx.MenuItem(windowMenu, self.preferencesId, "Preferences\tCTRL+P")
# preferencesItem.SetBitmap(bitmapLoader.getBitmap("preferences_small", "icons"))
# windowMenu.AppendItem(preferencesItem)
#=======================================================================
preferencesItem = wx.MenuItem(windowMenu, self.preferencesId, "Preferences\tCTRL+P")
preferencesItem.SetBitmap(bitmapLoader.getBitmap("preferences_small", "icons"))
windowMenu.AppendItem(preferencesItem)
# graphFrameItem.Enable(gui.graphFrame.enabled)
# Help menu