Preferences/ProgramsDialog.py

changeset 896
f855351d5e98
parent 791
9ec2ac20e54e
child 901
99b4cb6910ad
equal deleted inserted replaced
894:eab7b8d39807 896:f855351d5e98
138 138
139 # 5. do the Eric5 programs 139 # 5. do the Eric5 programs
140 # 5a. Translation Previewer 140 # 5a. Translation Previewer
141 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), 141 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"),
142 Utilities.isWindowsPlatform() and \ 142 Utilities.isWindowsPlatform() and \
143 os.path.join(getConfig("bindir"), "eric5-trpreviewer.bat") or \ 143 os.path.join(getConfig("bindir"), "eric5_trpreviewer.bat") or \
144 "eric5-trpreviewer", 144 "eric5_trpreviewer",
145 '--version', 'Eric5', -3) 145 '--version', 'Eric5', -3)
146 # 5b. Forms Previewer 146 # 5b. Forms Previewer
147 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), 147 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"),
148 Utilities.isWindowsPlatform() and \ 148 Utilities.isWindowsPlatform() and \
149 os.path.join(getConfig("bindir"), "eric5-uipreviewer.bat") or \ 149 os.path.join(getConfig("bindir"), "eric5_uipreviewer.bat") or \
150 "eric5-uipreviewer", 150 "eric5_uipreviewer",
151 '--version', 'Eric5', -3) 151 '--version', 'Eric5', -3)
152 152
153 # 6. do the CORBA programs 153 # 6. do the CORBA programs
154 # 6a. omniORB 154 # 6a. omniORB
155 exe = Preferences.getCorba("omniidl") 155 exe = Preferences.getCorba("omniidl")

eric ide

mercurial