(self, callingWindow, fullContext, i)
| 35 | return _t("Open in Fitting Browser") |
| 36 | |
| 37 | def activate(self, callingWindow, fullContext, i): |
| 38 | fitID = self.mainFrame.getActiveFit() |
| 39 | ship = Fit.getInstance().getFit(fitID).ship |
| 40 | self.mainFrame.notebookBrowsers.SetSelection(1) |
| 41 | wx.PostEvent(self.mainFrame.shipBrowser, Stage3Selected(shipID=ship.item.ID, back=True)) |
| 42 | |
| 43 | |
| 44 | JumpToShip.register() |
nothing calls this directly
no test coverage detected