51 def main(): |
51 def main(): |
52 """ |
52 """ |
53 Main entry point into the application. |
53 Main entry point into the application. |
54 """ |
54 """ |
55 from PyQt5.QtGui import QGuiApplication |
55 from PyQt5.QtGui import QGuiApplication |
56 QGuiApplication.setDesktopFileName("eric6_diff.desktop") |
56 QGuiApplication.setDesktopFileName("eric7_diff.desktop") |
57 |
57 |
58 options = [ |
58 options = [ |
59 ("--config=configDir", |
59 ("--config=configDir", |
60 "use the given directory as the one containing the config files"), |
60 "use the given directory as the one containing the config files"), |
61 ("--settings=settingsDir", |
61 ("--settings=settingsDir", |