Preferences/ProgramsDialog.py

changeset 308
f25c7e8802b8
parent 157
c8d5916b9934
child 394
da5696492639
--- 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