diff -r edde1fe80b3e -r 3b1f5d872fd7 eric5-webbrowser.py --- a/eric5-webbrowser.py Sat Jan 02 18:19:35 2010 +0000 +++ b/eric5-webbrowser.py Sat Jan 02 18:52:53 2010 +0000 @@ -5,7 +5,7 @@ # """ -Eric4 Web Browser +Eric5 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 @@ -67,7 +67,7 @@ ("--search=word", "search for the given word") ] appinfo = Startup.makeAppInfo(sys.argv, - "Eric4 web browser", + "Eric5 web browser", "file", "web browser", options) @@ -77,4 +77,4 @@ sys.exit(res) if __name__ == '__main__': - main() + main() \ No newline at end of file