--- a/eric5-editor.py Sat Jan 02 18:19:35 2010 +0000 +++ b/eric5-editor.py Sat Jan 02 18:52:53 2010 +0000 @@ -5,7 +5,7 @@ # """ -Eric4 Editor +Eric5 Editor This is the main Python script that performs the necessary initialization of the MiniEditor module and starts the Qt event loop. This is a standalone @@ -55,7 +55,7 @@ ("", "name of file to edit") ] appinfo = Startup.makeAppInfo(sys.argv, - "Eric4 Editor", + "Eric5 Editor", "", "Simplified version of the eric5 editor", options)