eric7/eric7_configure.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
52 def main(): 52 def main():
53 """ 53 """
54 Main entry point into the application. 54 Main entry point into the application.
55 """ 55 """
56 from PyQt5.QtGui import QGuiApplication 56 from PyQt5.QtGui import QGuiApplication
57 QGuiApplication.setDesktopFileName("eric6_configure.desktop") 57 QGuiApplication.setDesktopFileName("eric7_configure.desktop")
58 58
59 options = [ 59 options = [
60 ("--config=configDir", 60 ("--config=configDir",
61 "use the given directory as the one containing the config files"), 61 "use the given directory as the one containing the config files"),
62 ("--settings=settingsDir", 62 ("--settings=settingsDir",

eric ide

mercurial