(self, callingWindow, itmContext, mainItem, selection)
| 38 | return True |
| 39 | |
| 40 | def getText(self, callingWindow, itmContext, mainItem, selection): |
| 41 | return _t('Resist Mode') |
| 42 | |
| 43 | def addOption(self, menu, optionLabel): |
| 44 | id = ContextMenuCombined.nextID() |