Preferences/ProgramsDialog.py

branch
5_0_x
changeset 310
8f325b6b14ce
parent 157
c8d5916b9934
child 394
da5696492639
--- a/Preferences/ProgramsDialog.py	Sat May 29 15:24:20 2010 +0200
+++ b/Preferences/ProgramsDialog.py	Sat May 29 18:31:26 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