eric6/eric6_sqlbrowser.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
--- a/eric6/eric6_sqlbrowser.py	Tue Jan 05 18:28:31 2021 +0100
+++ b/eric6/eric6_sqlbrowser.py	Wed Jan 06 13:47:01 2021 +0100
@@ -5,7 +5,7 @@
 #
 
 """
-Eric6 SQL Browser.
+eric SQL Browser.
 
 This is the main Python script that performs the necessary initialization
 of the SQL browser and starts the Qt event loop.
@@ -68,7 +68,7 @@
          "use the given directory to store the settings files"),
     ]
     appinfo = AppInfo.makeAppInfo(sys.argv,
-                                  "Eric6 SQL Browser",
+                                  "eric SQL Browser",
                                   "connection",
                                   "SQL browser",
                                   options)

eric ide

mercurial