3 |
3 |
4 # Copyright (c) 2009 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2009 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric5 Icon Editor. |
8 Eric6 Icon Editor. |
9 |
9 |
10 This is the main Python script that performs the necessary initialization |
10 This is the main Python script that performs the necessary initialization |
11 of the icon editor and starts the Qt event loop. This is a standalone version |
11 of the icon editor and starts the Qt event loop. This is a standalone version |
12 of the integrated icon editor. |
12 of the integrated icon editor. |
13 """ |
13 """ |
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 ("", "name of file to edit") |
61 ("", "name of file to edit") |
62 ] |
62 ] |
63 appinfo = AppInfo.makeAppInfo(sys.argv, |
63 appinfo = AppInfo.makeAppInfo(sys.argv, |
64 "Eric5 Icon Editor", |
64 "Eric6 Icon Editor", |
65 "", |
65 "", |
66 "Little tool to edit icon files.", |
66 "Little tool to edit icon files.", |
67 options) |
67 options) |
68 res = Startup.simpleAppStartup(sys.argv, |
68 res = Startup.simpleAppStartup(sys.argv, |
69 appinfo, |
69 appinfo, |