69 """ |
69 """ |
70 Private method to initialize the action. |
70 Private method to initialize the action. |
71 """ |
71 """ |
72 self.action = EricAction( |
72 self.action = EricAction( |
73 self.tr('Python re Wizard'), |
73 self.tr('Python re Wizard'), |
74 self.tr('&Python re Wizard...'), 0, 0, self, |
74 self.tr('Python re Wizard...'), 0, 0, self, |
75 'wizards_python_re') |
75 'wizards_python_re') |
76 self.action.setStatusTip(self.tr('Python re Wizard')) |
76 self.action.setStatusTip(self.tr('Python re Wizard')) |
77 self.action.setWhatsThis(self.tr( |
77 self.action.setWhatsThis(self.tr( |
78 """<b>Python re Wizard</b>""" |
78 """<b>Python re Wizard</b>""" |
79 """<p>This wizard opens a dialog for entering all the parameters""" |
79 """<p>This wizard opens a dialog for entering all the parameters""" |