Preferences/ProgramsDialog.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 53
c3eb7cc1ff8b
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
133 # 4b. Resource Compiler for Qt4 133 # 4b. Resource Compiler for Qt4
134 self.__createProgramEntry(self.trUtf8("Resource Compiler (Ruby, Qt4)"), 134 self.__createProgramEntry(self.trUtf8("Resource Compiler (Ruby, Qt4)"),
135 Utilities.isWindowsPlatform() and "rbrcc.exe" or "rbrcc", 135 Utilities.isWindowsPlatform() and "rbrcc.exe" or "rbrcc",
136 '-version', 'Ruby Resource Compiler', -1) 136 '-version', 'Ruby Resource Compiler', -1)
137 137
138 # 5. do the Eric4 programs 138 # 5. do the Eric5 programs
139 # 5a. Translation Previewer 139 # 5a. Translation Previewer
140 self.__createProgramEntry(self.trUtf8("Eric4 Translation Previewer"), 140 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"),
141 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", 141 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer",
142 '--version', 'Eric4', -2) 142 '--version', 'Eric5', -2)
143 # 5b. Forms Previewer 143 # 5b. Forms Previewer
144 self.__createProgramEntry(self.trUtf8("Eric4 Forms Previewer"), 144 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"),
145 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", 145 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer",
146 '--version', 'Eric4', -2) 146 '--version', 'Eric5', -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")
151 if Utilities.isWindowsPlatform(): 151 if Utilities.isWindowsPlatform():

eric ide

mercurial