136 |
136 |
137 # 5. do the Eric5 programs |
137 # 5. do the Eric5 programs |
138 # 5a. Translation Previewer |
138 # 5a. Translation Previewer |
139 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), |
139 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), |
140 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", |
140 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", |
141 '--version', 'Eric5', -2) |
141 '--version', 'Eric5', -3) |
142 # 5b. Forms Previewer |
142 # 5b. Forms Previewer |
143 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), |
143 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), |
144 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", |
144 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", |
145 '--version', 'Eric5', -2) |
145 '--version', 'Eric5', -3) |
146 |
146 |
147 # 6. do the CORBA programs |
147 # 6. do the CORBA programs |
148 # 6a. omniORB |
148 # 6a. omniORB |
149 exe = Preferences.getCorba("omniidl") |
149 exe = Preferences.getCorba("omniidl") |
150 if Utilities.isWindowsPlatform(): |
150 if Utilities.isWindowsPlatform(): |