Implemented preference panel for global options (default character disabled for now)

This commit is contained in:
HomeWorld
2011-12-01 01:12:12 +02:00
parent 163207e2c9
commit 962ce2194d
4 changed files with 6 additions and 9 deletions

View File

@@ -1 +1 @@
__all__ = ["pyfaGaugePreferences"]
__all__ = ["pyfaGlobalPreferences"]

View File

@@ -84,9 +84,9 @@ class MainMenuBar(wx.MenuBar):
#=======================================================================
# 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)
#=======================================================================
# Help menu