NewLauncher.st
changeset 2296 cb2a81a506ef
parent 2228 0bcd531aa43b
child 2315 174fc1b1d68b
--- a/NewLauncher.st	Fri Jul 23 00:53:38 1999 +0200
+++ b/NewLauncher.st	Fri Jul 23 09:23:28 1999 +0200
@@ -1562,12 +1562,18 @@
            #(#Menu
               #(
                #(#MenuItem
-                  #label: 'What''s New'
+                  #label: 'What''s New in the Documentation'
                   #translateLabel: true
                   #value: #startWhatsNewDocumentation
                   #activeHelpKey: #helpWhatsNew
                 )
                #(#MenuItem
+                  #label: 'What''s New in ST/X'
+                  #translateLabel: true
+                  #value: #startWhatsNewSTX
+                  #activeHelpKey: #helpReleaseNotes
+                )
+               #(#MenuItem
                   #label: 'Index'
                   #translateLabel: true
                   #value: #startDocumentationIndex
@@ -2701,5 +2707,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.146 1999-07-06 09:44:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.147 1999-07-23 07:23:13 cg Exp $'
 ! !