Preferences/ProgramsDialog.py

branch
5_1_x
changeset 1141
3017c0a73c73
parent 901
99b4cb6910ad
child 1175
93655105b6de
--- a/Preferences/ProgramsDialog.py	Tue Jun 28 08:04:17 2011 +0200
+++ b/Preferences/ProgramsDialog.py	Tue Jun 28 19:23:57 2011 +0200
@@ -122,7 +122,7 @@
             '--version', 'Python User', 4)
         # 3.c Resource Compiler PySide
         self.__createProgramEntry(self.trUtf8("Resource Compiler (Python, PySide)"), 
-            Utilities.isWindowsPlatform() and "pyside-rcc4.exe" or "pyside-rcc4", 
+            Utilities.isWindowsPlatform() and "pyside-rcc.exe" or "pyside-rcc", 
             '-version', 'Resource Compiler', -1)
         
         # 4. do the Ruby programs

eric ide

mercurial