#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Feb 2017 16:52:25 +0100
changeset 17452 00a9dd6176b6
parent 17451 237cc69a5265
child 17453 67a6373fd536
#UI_ENHANCEMENT by cg class: NewLauncher changed: #systemMenu
NewLauncher.st
--- a/NewLauncher.st	Tue Feb 28 15:54:07 2017 +0100
+++ b/NewLauncher.st	Tue Feb 28 16:52:25 2017 +0100
@@ -2646,7 +2646,7 @@
          (MenuItem
             activeHelpKey: fileModules
             enabled: enableDangerousMenuItemsInRemoteLauncher
-            label: 'Modules...'
+            label: 'Modules'
             itemValue: objectModuleDialog
           )
          (MenuItem
@@ -2689,6 +2689,8 @@
         nil
         nil
       )
+
+    "Modified: / 28-02-2017 / 16:52:04 / cg"
 !
 
 toolsMenu