Disabled things that shouldn't be in RC2 (FleetBrowser/debug)

This commit is contained in:
HomeWorld
2010-12-15 19:34:57 +02:00
parent bc10b2edd6
commit ae46d14cef
3 changed files with 12 additions and 6 deletions

View File

@@ -80,9 +80,12 @@ class MainMenuBar(wx.MenuBar):
graphFrameItem = wx.MenuItem(windowMenu, self.graphFrameId, "Graphs\tCTRL+G")
graphFrameItem.SetBitmap(bitmapLoader.getBitmap("graphs_small", "icons"))
windowMenu.AppendItem(graphFrameItem)
preferencesItem = wx.MenuItem(windowMenu, self.preferencesId, "Preferences\tCTRL+P")
preferencesItem.SetBitmap(bitmapLoader.getBitmap("preferences_small", "icons"))
windowMenu.AppendItem(preferencesItem)
#=======================================================================
# DISABLED FOR RC2 RELEASE
# 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