--- a/eric5-sqlbrowser.py Sat Jan 02 18:19:35 2010 +0000 +++ b/eric5-sqlbrowser.py Sat Jan 02 18:52:53 2010 +0000 @@ -5,7 +5,7 @@ # """ -Eric4 SQL Browser +Eric5 SQL Browser This is the main Python script that performs the necessary initialization of the SQL browser and starts the Qt event loop. @@ -50,7 +50,7 @@ "use the given directory as the one containing the config files"), ] appinfo = Startup.makeAppInfo(sys.argv, - "Eric4 SQL Browser", + "Eric5 SQL Browser", "connection", "SQL browser", options) @@ -60,4 +60,4 @@ sys.exit(res) if __name__ == '__main__': - main() + main() \ No newline at end of file