eric7/Plugins/PluginWizardDotDesktop.py

branch
eric7
changeset 8367
907860ca00d6
parent 8358
144a6b854f70
child 8881
54e42bc2437a
equal deleted inserted replaced
8366:2a9f5153c438 8367:907860ca00d6
80 """ 80 """
81 Private method to initialize the action. 81 Private method to initialize the action.
82 """ 82 """
83 self.__action = EricAction( 83 self.__action = EricAction(
84 self.tr('.desktop Wizard'), 84 self.tr('.desktop Wizard'),
85 self.tr('.&desktop Wizard...'), 85 self.tr('.desktop Wizard...'),
86 0, 0, self, 86 0, 0, self,
87 'wizards_dotdesktop') 87 'wizards_dotdesktop')
88 self.__action.setStatusTip(self.tr('.desktop Wizard')) 88 self.__action.setStatusTip(self.tr('.desktop Wizard'))
89 self.__action.setWhatsThis(self.tr( 89 self.__action.setWhatsThis(self.tr(
90 """<b>.desktop Wizard</b>""" 90 """<b>.desktop Wizard</b>"""

eric ide

mercurial