eric7/Plugins/PluginWizardEricMessageBox.py

branch
eric7
changeset 8367
907860ca00d6
parent 8366
2a9f5153c438
child 8881
54e42bc2437a
equal deleted inserted replaced
8366:2a9f5153c438 8367:907860ca00d6
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('EricMessageBox Wizard'), 73 self.tr('EricMessageBox Wizard'),
74 self.tr('&EricMessageBox Wizard...'), 0, 0, self, 74 self.tr('EricMessageBox Wizard...'), 0, 0, self,
75 'wizards_e5messagebox') 75 'wizards_e5messagebox')
76 self.action.setStatusTip(self.tr('EricMessageBox Wizard')) 76 self.action.setStatusTip(self.tr('EricMessageBox Wizard'))
77 self.action.setWhatsThis(self.tr( 77 self.action.setWhatsThis(self.tr(
78 """<b>EricMessageBox Wizard</b>""" 78 """<b>EricMessageBox 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"""

eric ide

mercurial