Preferences/ProgramsDialog.py

changeset 1140
8d1aa04a8f62
parent 1131
7781e396c903
child 1173
c826cd21e273
--- a/Preferences/ProgramsDialog.py	Tue Jun 28 09:19:18 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