diff -r 092aa8fafa4e -r f6ccc31d6e72 Preferences/ProgramsDialog.py --- a/Preferences/ProgramsDialog.py Sat Jan 02 16:15:57 2010 +0000 +++ b/Preferences/ProgramsDialog.py Sat Jan 02 17:09:08 2010 +0000 @@ -138,11 +138,11 @@ # 5. do the Eric4 programs # 5a. Translation Previewer self.__createProgramEntry(self.trUtf8("Eric4 Translation Previewer"), - Utilities.isWindowsPlatform() and "eric4-trpreviewer.bat" or "eric4-trpreviewer", + Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", '--version', 'Eric4', -2) # 5b. Forms Previewer self.__createProgramEntry(self.trUtf8("Eric4 Forms Previewer"), - Utilities.isWindowsPlatform() and "eric4-uipreviewer.bat" or "eric4-uipreviewer", + Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", '--version', 'Eric4', -2) # 6. do the CORBA programs @@ -277,4 +277,4 @@ itm.setText(1, self.trUtf8("(not found)")) QApplication.processEvents() self.programsList.header().resizeSections(QHeaderView.ResizeToContents) - self.programsList.header().setStretchLastSection(True) + self.programsList.header().setStretchLastSection(True) \ No newline at end of file