src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9473
3f23dbf37dbe
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9572:3b46c662a004 9573:9960d19d66b5
440 self.tr("List tags"), self.tr("List tags..."), 0, 0, self, "pysvn_list_tags" 440 self.tr("List tags"), self.tr("List tags..."), 0, 0, self, "pysvn_list_tags"
441 ) 441 )
442 self.svnTagListAct.setStatusTip(self.tr("List tags of the project")) 442 self.svnTagListAct.setStatusTip(self.tr("List tags of the project"))
443 self.svnTagListAct.setWhatsThis( 443 self.svnTagListAct.setWhatsThis(
444 self.tr( 444 self.tr(
445 """<b>List tags</b>""" """<p>This lists the tags of the project.</p>""" 445 """<b>List tags</b><p>This lists the tags of the project.</p>"""
446 ) 446 )
447 ) 447 )
448 self.svnTagListAct.triggered.connect(self.__svnTagList) 448 self.svnTagListAct.triggered.connect(self.__svnTagList)
449 self.actions.append(self.svnTagListAct) 449 self.actions.append(self.svnTagListAct)
450 450

eric ide

mercurial