3 |
3 |
4 # Copyright (c) 2009 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # Copyright (c) 2009 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # |
5 # |
6 |
6 |
7 """ |
7 """ |
8 Eric4 Icon Editor |
8 Eric5 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 """ |
51 ("--config=configDir", |
51 ("--config=configDir", |
52 "use the given directory as the one containing the config files"), |
52 "use the given directory as the one containing the config files"), |
53 ("", "name of file to edit") |
53 ("", "name of file to edit") |
54 ] |
54 ] |
55 appinfo = Startup.makeAppInfo(sys.argv, |
55 appinfo = Startup.makeAppInfo(sys.argv, |
56 "Eric4 Icon Editor", |
56 "Eric5 Icon Editor", |
57 "", |
57 "", |
58 "Little tool to edit icon files.", |
58 "Little tool to edit icon files.", |
59 options) |
59 options) |
60 res = Startup.simpleAppStartup(sys.argv, |
60 res = Startup.simpleAppStartup(sys.argv, |
61 appinfo, |
61 appinfo, |