Preferences/ProgramsDialog.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 18
3b1f5d872fd7
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
136 '-version', 'Ruby Resource Compiler', -1) 136 '-version', 'Ruby Resource Compiler', -1)
137 137
138 # 5. do the Eric4 programs 138 # 5. do the Eric4 programs
139 # 5a. Translation Previewer 139 # 5a. Translation Previewer
140 self.__createProgramEntry(self.trUtf8("Eric4 Translation Previewer"), 140 self.__createProgramEntry(self.trUtf8("Eric4 Translation Previewer"),
141 Utilities.isWindowsPlatform() and "eric4-trpreviewer.bat" or "eric4-trpreviewer", 141 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer",
142 '--version', 'Eric4', -2) 142 '--version', 'Eric4', -2)
143 # 5b. Forms Previewer 143 # 5b. Forms Previewer
144 self.__createProgramEntry(self.trUtf8("Eric4 Forms Previewer"), 144 self.__createProgramEntry(self.trUtf8("Eric4 Forms Previewer"),
145 Utilities.isWindowsPlatform() and "eric4-uipreviewer.bat" or "eric4-uipreviewer", 145 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer",
146 '--version', 'Eric4', -2) 146 '--version', 'Eric4', -2)
147 147
148 # 6. do the CORBA programs 148 # 6. do the CORBA programs
149 # 6a. omniORB 149 # 6a. omniORB
150 exe = Preferences.getCorba("omniidl") 150 exe = Preferences.getCorba("omniidl")

eric ide

mercurial