eric6_sqlbrowser.py

changeset 3670
f0cb7579c0b4
parent 3669
ac84ac3c0f05
child 3778
0c5bc18da740
--- a/eric6_sqlbrowser.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/eric6_sqlbrowser.py	Sat Jul 05 12:13:23 2014 +0200
@@ -5,7 +5,7 @@
 #
 
 """
-Eric5 SQL Browser.
+Eric6 SQL Browser.
 
 This is the main Python script that performs the necessary initialization
 of the SQL browser and starts the Qt event loop.
@@ -59,7 +59,7 @@
          "use the given directory as the one containing the config files"),
     ]
     appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric5 SQL Browser",
+                                  "Eric6 SQL Browser",
                                   "connection",
                                   "SQL browser",
                                   options)

eric ide

mercurial