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", |