--- a/Preferences/ProgramsDialog.py Sun Jan 26 15:49:14 2014 +0100 +++ b/Preferences/ProgramsDialog.py Thu Jan 30 19:00:05 2014 +0100 @@ -146,12 +146,12 @@ self.tr("Translation Extractor (Python, PyQt5)"), Utilities.isWindowsPlatform() and "pylupdate5.exe" or "pylupdate5", '-version', 'pylupdate', -1) - # 2e. Forms Compiler PyQt4 + # 2e. Forms Compiler PyQt5 self.__createProgramEntry( self.tr("Forms Compiler (Python, PyQt5)"), Utilities.isWindowsPlatform() and "pyuic5.bat" or "pyuic5", '--version', 'Python User', 4) - # 2f. Resource Compiler PyQt4 + # 2f. Resource Compiler PyQt5 self.__createProgramEntry( self.tr("Resource Compiler (Python, PyQt5)"), Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5",