NewLauncher.st
changeset 11290 82a5cdd95c50
parent 11233 b03631e990dc
child 11464 f01fc1e7f6a9
--- a/NewLauncher.st	Tue Feb 28 11:51:06 2012 +0100
+++ b/NewLauncher.st	Tue Feb 28 11:58:29 2012 +0100
@@ -1257,7 +1257,7 @@
                (MenuItem
                   activeHelpKey: classesStopIgnoringHalts
                   enabled: debuggerHasIgnoredHalts
-                  label: 'Stop Ignoring Halts/BreakPoints'
+                  label: 'Stop Ignoring Halts/Breakpoints'
                   itemValue: stopIgnoringHalts
                   translateLabel: true
                 )
@@ -1265,12 +1265,12 @@
                   label: '-'
                 )
                (MenuItem
-                  label: 'Halt when Message is Sent to Transcript...'
+                  label: 'Halt when Text is Sent to Transcript...'
                   itemValue: openTranscriptDebugDialog
                   translateLabel: true
                 )
                (MenuItem
-                  label: 'Trace when Message is Sent to Transcript...'
+                  label: 'Trace when Text is Sent to Transcript...'
                   itemValue: openTranscriptTraceDialog
                   translateLabel: true
                 )
@@ -1279,7 +1279,7 @@
                 )
                (MenuItem
                   activeHelpKey: enableGlobalCoverageAnalysis
-                  label: 'Enable Global Coverage Analysis'
+                  label: 'Enable Coverage Analysis in all Processes'
                   itemValue: enableGlobalCoverageAnalysis
                   translateLabel: true
                 )
@@ -1356,6 +1356,8 @@
         nil
         nil
       )
+
+    "Modified: / 28-02-2012 / 11:50:23 / cg"
 !
 
 classesSpecialBrowserMenu
@@ -2617,6 +2619,7 @@
     "Do not manually edit this!! If it is corrupted,
      the MenuEditor may not be able to read the specification."
 
+
     "
      MenuEditor new openOnClass:NewLauncher andSelector:#systemMenu
      (Menu new fromLiteralArrayEncoding:(NewLauncher systemMenu)) startUp
@@ -2737,6 +2740,7 @@
             itemValue: openSettings
             translateLabel: true
             isVisible: useNewSettingsApplication
+            labelImage: (ResourceRetriever ToolbarIconLibrary settings16x16Icon 'Settings...')
           )
          )
         nil
@@ -4877,11 +4881,11 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.424 2012-02-02 20:37:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.425 2012-02-28 10:58:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.424 2012-02-02 20:37:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.425 2012-02-28 10:58:29 cg Exp $'
 !
 
 version_SVN