NewLauncher.st
changeset 17452 00a9dd6176b6
parent 17450 46303aba30ce
child 17650 87328653a988
--- 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