Hide the preferences menu entry for now

This commit is contained in:
cncfanatics
2010-10-30 15:34:39 +02:00
parent a8b6ff6479
commit 582a25030d

View File

@@ -78,7 +78,7 @@ class MainMenuBar(wx.MenuBar):
damagePatternEditItem.SetBitmap(bitmapLoader.getBitmap("damagePattern_small", "icons"))
windowMenu.AppendItem(damagePatternEditItem)
windowMenu.Append(wx.ID_PREFERENCES)
#windowMenu.Append(wx.ID_PREFERENCES)
# Help menu
helpMenu = wx.Menu()