From 582a25030df8e3eb6853167fde5f16b30fdd3ad3 Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sat, 30 Oct 2010 15:34:39 +0200 Subject: [PATCH] Hide the preferences menu entry for now --- gui/mainMenuBar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainMenuBar.py b/gui/mainMenuBar.py index 43137d7d2..30a09038c 100644 --- a/gui/mainMenuBar.py +++ b/gui/mainMenuBar.py @@ -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()