eric7/eric7.py

branch
eric7
changeset 8837
6b4b2acc5324
parent 8800
d0d2fa9dbbb7
child 8881
54e42bc2437a
equal deleted inserted replaced
8836:860158ee8ad6 8837:6b4b2acc5324
309 import Preferences 309 import Preferences
310 310
311 if Preferences.getUI("SingleApplicationMode"): 311 if Preferences.getUI("SingleApplicationMode"):
312 handleSingleApplication(ddindex) 312 handleSingleApplication(ddindex)
313 313
314 # set the application style sheet
315 app.setStyleSheetFile(Preferences.getUI("StyleSheet"))
316
314 # set the search path for icons 317 # set the search path for icons
315 Startup.initializeResourceSearchPath(app) 318 Startup.initializeResourceSearchPath(app)
316 319
317 # generate and show a splash window, if not suppressed 320 # generate and show a splash window, if not suppressed
318 from UI.SplashScreen import SplashScreen, NoneSplashScreen 321 from UI.SplashScreen import SplashScreen, NoneSplashScreen

eric ide

mercurial