diff -r eab7b8d39807 -r f855351d5e98 Preferences/ProgramsDialog.py --- a/Preferences/ProgramsDialog.py Wed Feb 16 19:13:20 2011 +0100 +++ b/Preferences/ProgramsDialog.py Sat Feb 19 11:58:27 2011 +0100 @@ -140,14 +140,14 @@ # 5a. Translation Previewer self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), Utilities.isWindowsPlatform() and \ - os.path.join(getConfig("bindir"), "eric5-trpreviewer.bat") or \ - "eric5-trpreviewer", + os.path.join(getConfig("bindir"), "eric5_trpreviewer.bat") or \ + "eric5_trpreviewer", '--version', 'Eric5', -3) # 5b. Forms Previewer self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), Utilities.isWindowsPlatform() and \ - os.path.join(getConfig("bindir"), "eric5-uipreviewer.bat") or \ - "eric5-uipreviewer", + os.path.join(getConfig("bindir"), "eric5_uipreviewer.bat") or \ + "eric5_uipreviewer", '--version', 'Eric5', -3) # 6. do the CORBA programs