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") |