eric5.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 37
bfe92e414977
--- a/eric5.py	Sat Jan 02 18:19:35 2010 +0000
+++ b/eric5.py	Sat Jan 02 18:52:53 2010 +0000
@@ -5,7 +5,7 @@
 #
 
 """
-Eric4 Python IDE
+Eric5 Python IDE
 
 This is the main Python script that performs the necessary initialization
 of the IDE and starts the Qt event loop.
@@ -165,7 +165,7 @@
         ("", "(everything after that is considered arguments for this program)")
     ]
     appinfo = Startup.makeAppInfo(sys.argv,
-                                  "Eric4",
+                                  "Eric5",
                                   "[project | files... [--] [debug-options]]",
                                   "A Python IDE",
                                   options)

eric ide

mercurial