NewLauncher.st
changeset 1651 9172526207bf
parent 1637 51e3020a03b1
child 1652 c12aa281d822
--- a/NewLauncher.st	Tue May 19 18:04:55 1998 +0200
+++ b/NewLauncher.st	Tue May 19 19:29:55 1998 +0200
@@ -1408,7 +1408,7 @@
                           #label: '-'
                       )
                        #(#MenuItem
-                          #label: 'Print Documentation'
+                          #label: 'Print Documentation...'
                           #translateLabel: true
                           #value: #showBookPrintDocument
                           #activeHelpKey: #helpPrintDocumentation
@@ -1430,6 +1430,8 @@
           ) nil
           nil
       )
+
+    "Modified: / 19.5.1998 / 19:27:03 / cg"
 !
 
 menuToolbar
@@ -5188,5 +5190,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.71 1998-05-12 16:09:05 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.72 1998-05-19 17:29:55 cg Exp $'
 ! !