src/eric7/eric7_browser.py

branch
eric7
changeset 10238
9ea4634a697e
parent 9786
f94b530722af
child 10303
ee1aadab1215
equal deleted inserted replaced
10237:17ab17a3e6b3 10238:9ea4634a697e
130 """ 130 """
131 Main entry point into the application. 131 Main entry point into the application.
132 """ 132 """
133 global app 133 global app
134 134
135 QGuiApplication.setDesktopFileName("eric7_browser.desktop") 135 QGuiApplication.setDesktopFileName("eric7_browser")
136 136
137 options = [ 137 options = [
138 ( 138 (
139 "--config=configDir", 139 "--config=configDir",
140 "use the given directory as the one containing the config files", 140 "use the given directory as the one containing the config files",

eric ide

mercurial