eric6_iconeditor.py

changeset 3670
f0cb7579c0b4
parent 3669
ac84ac3c0f05
child 3778
0c5bc18da740
diff -r ac84ac3c0f05 -r f0cb7579c0b4 eric6_iconeditor.py
--- a/eric6_iconeditor.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/eric6_iconeditor.py	Sat Jul 05 12:13:23 2014 +0200
@@ -5,7 +5,7 @@
 #
 
 """
-Eric5 Icon Editor.
+Eric6 Icon Editor.
 
 This is the main Python script that performs the necessary initialization
 of the icon editor and starts the Qt event loop. This is a standalone version
@@ -61,7 +61,7 @@
         ("", "name of file to edit")
     ]
     appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric5 Icon Editor",
+                                  "Eric6 Icon Editor",
                                   "",
                                   "Little tool to edit icon files.",
                                   options)

eric ide

mercurial