NewLauncher.st
changeset 1862 fbda05daa34b
parent 1847 9dec36251b89
child 1864 0aabc720d197
--- a/NewLauncher.st	Sun Aug 30 12:42:10 1998 +0200
+++ b/NewLauncher.st	Sun Aug 30 12:45:53 1998 +0200
@@ -802,7 +802,7 @@
                                     #activeHelpKey: #classesResourceMethods
                                 )
                                  #(#MenuItem
-                                    #label: 'Show All Break & Trace Points'
+                                    #label: 'Show All Break && Trace Points'
                                     #translateLabel: true
                                     #value: #browseAllBreakAndTracePoints
                                     #activeHelpKey: #classesShowTracePoints
@@ -811,7 +811,7 @@
                                     #label: '-'
                                 )
                                  #(#MenuItem
-                                    #label: 'Remove All Break & Trace Points'
+                                    #label: 'Remove All Break && Trace Points'
                                     #translateLabel: true
                                     #value: #removeAllBreakAndTracePoints
                                     #activeHelpKey: #classesRemoveAllTracePoints
@@ -1708,7 +1708,7 @@
           nil
       )
 
-    "Modified: / 21.8.1998 / 20:45:25 / cg"
+    "Modified: / 30.8.1998 / 12:44:36 / cg"
 !
 
 menuToolbar
@@ -3517,5 +3517,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.101 1998-08-21 19:02:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.102 1998-08-30 10:45:53 cg Exp $'
 ! !