eric7/eric7_hexeditor.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
58 def main(): 58 def main():
59 """ 59 """
60 Main entry point into the application. 60 Main entry point into the application.
61 """ 61 """
62 from PyQt5.QtGui import QGuiApplication 62 from PyQt5.QtGui import QGuiApplication
63 QGuiApplication.setDesktopFileName("eric6_hexeditor.desktop") 63 QGuiApplication.setDesktopFileName("eric7_hexeditor.desktop")
64 64
65 options = [ 65 options = [
66 ("--config=configDir", 66 ("--config=configDir",
67 "use the given directory as the one containing the config files"), 67 "use the given directory as the one containing the config files"),
68 ("--settings=settingsDir", 68 ("--settings=settingsDir",

eric ide

mercurial