diff -r e35d2cda9a74 -r b3d966393ba9 Plugins/PluginEricapi.py --- a/Plugins/PluginEricapi.py Sat Sep 04 19:51:19 2010 +0200 +++ b/Plugins/PluginEricapi.py Sat Sep 04 19:51:48 2010 +0200 @@ -95,7 +95,7 @@ self.__projectAct = E5Action(self.trUtf8('Generate API file (eric5-api)'), self.trUtf8('Generate &API file (eric5-api)'), 0, 0, self, 'doc_eric5_api') - self.__projectAct.setStatusTip(\ + self.__projectAct.setStatusTip( self.trUtf8('Generate an API file using eric5-api')) self.__projectAct.setWhatsThis(self.trUtf8( """<b>Generate API file</b>""" @@ -131,7 +131,7 @@ """ if menuName == "Apidoc": if self.__projectAct is not None: - self.__projectAct.setEnabled(\ + self.__projectAct.setEnabled( e5App().getObject("Project").getProjectLanguage() in \ ["Python", "Python3", "Ruby"]) @@ -178,4 +178,4 @@ if outfile not in project.pdata['OTHERS']: project.pdata['OTHERS'].append(outfile) project.setDirty(True) - project.othersAdded(outfile) + project.othersAdded(outfile) \ No newline at end of file