Fixed an issue showing the version info of eric5 tools.

Sat, 29 May 2010 18:29:03 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 May 2010 18:29:03 +0200
changeset 308
f25c7e8802b8
parent 306
08334d7d458e
child 309
93f16dafbbf2

Fixed an issue showing the version info of eric5 tools.

Plugins/PluginEricapi.py file | annotate | diff | comparison | revisions
Plugins/PluginEricdoc.py file | annotate | diff | comparison | revisions
Preferences/ProgramsDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/PluginEricapi.py	Sat May 29 17:53:14 2010 +0200
+++ b/Plugins/PluginEricapi.py	Sat May 29 18:29:03 2010 +0200
@@ -55,7 +55,7 @@
         "exe"               : exe, 
         "versionCommand"    : '--version', 
         "versionStartsWith" : 'eric5-', 
-        "versionPosition"   : -2, 
+        "versionPosition"   : -3, 
         "version"           : "", 
         "versionCleanup"    : None, 
     }
--- a/Plugins/PluginEricdoc.py	Sat May 29 17:53:14 2010 +0200
+++ b/Plugins/PluginEricdoc.py	Sat May 29 18:29:03 2010 +0200
@@ -54,7 +54,7 @@
         "exe"               : exe, 
         "versionCommand"    : '--version', 
         "versionStartsWith" : 'eric5-', 
-        "versionPosition"   : -2, 
+        "versionPosition"   : -3, 
         "version"           : "", 
         "versionCleanup"    : None, 
     }
--- a/Preferences/ProgramsDialog.py	Sat May 29 17:53:14 2010 +0200
+++ b/Preferences/ProgramsDialog.py	Sat May 29 18:29:03 2010 +0200
@@ -138,11 +138,11 @@
         # 5a. Translation Previewer
         self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), 
             Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", 
-            '--version', 'Eric5', -2)
+            '--version', 'Eric5', -3)
         # 5b. Forms Previewer
         self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), 
             Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", 
-            '--version', 'Eric5', -2)
+            '--version', 'Eric5', -3)
         
         # 6. do the CORBA programs
         # 6a. omniORB

eric ide

mercurial