Remove new, delete, rename & copy menu items for now
This commit is contained in:
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user