Commit stub of price optimization command

This commit is contained in:
DarkPhoenix
2019-03-06 23:59:11 +03:00
parent 257df58c3a
commit becf7c3ff2
12 changed files with 24 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ class GuiRemoveProjectedCommand(wx.Command):
}
def __init__(self, fitID, thing):
wx.Command.__init__(self, True, "Projected Add")
wx.Command.__init__(self, True, "Projected Remove")
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
self.sFit = Fit.getInstance()
self.internal_history = wx.CommandProcessor()