(self, callingWindow, itmContext, mainItem)
| 30 | return True |
| 31 | |
| 32 | def getText(self, callingWindow, itmContext, mainItem): |
| 33 | return _t("Add {} to Cargo").format(itmContext) |
| 34 | |
| 35 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 36 | fitID = self.mainFrame.getActiveFit() |