--- a/Preferences/ProgramsDialog.py Sat Jan 02 18:19:35 2010 +0000 +++ b/Preferences/ProgramsDialog.py Sat Jan 02 18:52:53 2010 +0000 @@ -135,15 +135,15 @@ Utilities.isWindowsPlatform() and "rbrcc.exe" or "rbrcc", '-version', 'Ruby Resource Compiler', -1) - # 5. do the Eric4 programs + # 5. do the Eric5 programs # 5a. Translation Previewer - self.__createProgramEntry(self.trUtf8("Eric4 Translation Previewer"), + self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", - '--version', 'Eric4', -2) + '--version', 'Eric5', -2) # 5b. Forms Previewer - self.__createProgramEntry(self.trUtf8("Eric4 Forms Previewer"), + self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", - '--version', 'Eric4', -2) + '--version', 'Eric5', -2) # 6. do the CORBA programs # 6a. omniORB @@ -277,4 +277,4 @@ itm.setText(1, self.trUtf8("(not found)")) QApplication.processEvents() self.programsList.header().resizeSections(QHeaderView.ResizeToContents) - self.programsList.header().setStretchLastSection(True) \ No newline at end of file + self.programsList.header().setStretchLastSection(True)