Added Ctrl-S shortcut for exporting.

This commit is contained in:
Lucas Thode
2010-10-26 10:59:56 -05:00
parent d4ac23aad1
commit 8bc36f3595

View File

@@ -52,7 +52,7 @@ class MainMenuBar(wx.MenuBar):
self.fitMenu = fitMenu = wx.Menu()
self.Append(fitMenu, "F&it")
fitMenu.Append(wx.ID_OPEN, "&Import", "Import a fit into pyfa.")
fitMenu.Append(wx.ID_SAVEAS, "&Export", "Export the fit to another format.")
fitMenu.Append(wx.ID_SAVEAS, "&Export\tCTRL+S", "Export the fit to another format.")
clipboardMenu = wx.Menu()
self.idExportDna, self.idExportEft, self.idExportXml = wx.NewId(), wx.NewId(), wx.NewId()