eric7/eric7_browser.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
diff -r dac33c7fce07 -r e3642a6a1e71 eric7/eric7_browser.py
--- a/eric7/eric7_browser.py	Sat May 15 19:01:16 2021 +0200
+++ b/eric7/eric7_browser.py	Sat May 15 20:08:03 2021 +0200
@@ -132,7 +132,7 @@
     global app
     
     from PyQt5.QtGui import QGuiApplication
-    QGuiApplication.setDesktopFileName("eric6_browser.desktop")
+    QGuiApplication.setDesktopFileName("eric7_browser.desktop")
     
     options = [
         ("--config=configDir",
@@ -174,7 +174,7 @@
                 client.processArgs(sys.argv[1:])
             sys.exit(0)
         elif res < 0:
-            print("eric6_browser: {0}".format(client.errstr()))
+            print("eric7_browser: {0}".format(client.errstr()))
             # __IGNORE_WARNING_M801__
             sys.exit(res)
     

eric ide

mercurial