Plugins/PluginEricdoc.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 53
c3eb7cc1ff8b
--- a/Plugins/PluginEricdoc.py	Sat Jan 02 18:19:35 2010 +0000
+++ b/Plugins/PluginEricdoc.py	Sat Jan 02 18:52:53 2010 +0000
@@ -54,7 +54,7 @@
     data = {
         "programEntry"      : True, 
         "header"            : QApplication.translate("EricdocPlugin",
-                                "Eric4 Documentation Generator"), 
+                                "Eric5 Documentation Generator"), 
         "exe"               : exe, 
         "versionCommand"    : '--version', 
         "versionStartsWith" : 'eric5-', 
@@ -177,4 +177,4 @@
                 if outdir not in project.pdata['OTHERS']:
                     project.pdata['OTHERS'].append(outdir)
                     project.setDirty(True)
-                    project.othersAdded(outdir)
\ No newline at end of file
+                    project.othersAdded(outdir)

eric ide

mercurial