src/eric7/eric7_post_install.py

branch
eric7
changeset 9380
3d662dda80e8
parent 9377
b9c8dc3b7da1
child 9381
3c9192161833
--- a/src/eric7/eric7_post_install.py	Sun Oct 02 11:44:07 2022 +0200
+++ b/src/eric7/eric7_post_install.py	Sun Oct 02 14:18:49 2022 +0200
@@ -95,7 +95,7 @@
     iconsDir = os.path.join(os.path.dirname(eric7.__file__), "pixmaps")
     entriesTemplates = [
         (
-            "eric7 (Python {0}.{1}).lnk",
+            "eric7 IDE (Python {0}.{1}).lnk",
             os.path.join(scriptsDir, "eric7_ide.exe"),
             os.path.join(iconsDir, "eric7.ico"),
         ),

eric ide

mercurial