--- a/eric6_webbrowser.py Sat Jul 05 11:41:14 2014 +0200 +++ b/eric6_webbrowser.py Sat Jul 05 12:13:23 2014 +0200 @@ -5,7 +5,7 @@ # """ -Eric5 Web Browser. +Eric6 Web Browser. This is the main Python script that performs the necessary initialization of the web browser and starts the Qt event loop. This is a standalone version @@ -81,7 +81,7 @@ ("--search=word", "search for the given word") ] appinfo = AppInfo.makeAppInfo(sys.argv, - "eric5 Web Browser", + "eric6 Web Browser", "file", "web browser", options)