From 500e4701171b7e93bbd91493db1b6613e335044c Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Fri, 20 Aug 2010 22:31:33 +0200 Subject: [PATCH] Remove new, delete, rename & copy menu items for now --- gui/mainMenuBar.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gui/mainMenuBar.py b/gui/mainMenuBar.py index 71e1d73d7..a300d0307 100644 --- a/gui/mainMenuBar.py +++ b/gui/mainMenuBar.py @@ -40,11 +40,6 @@ class MainMenuBar(wx.MenuBar): # Fit menu fitMenu = wx.Menu() self.Append(fitMenu, "F&it") - fitMenu.Append(wx.ID_EDIT, "&Rename", "Rename this fit.") - fitMenu.Append(wx.ID_COPY) - fitMenu.Append(wx.ID_DELETE) - fitMenu.Append(wx.ID_UNDELETE) - fitMenu.AppendSeparator() fitMenu.Append(wx.ID_OPEN, "&Import", "Import a fit into pyfa.") fitMenu.Append(wx.ID_SAVEAS, "&Export", "Export the fit to another format.")