NewLauncher.st
changeset 3073 d8e4bd221295
parent 3038 d978a8d445f5
child 3098 423c9951b602
--- a/NewLauncher.st	Fri Aug 03 16:49:37 2001 +0200
+++ b/NewLauncher.st	Mon Aug 13 10:47:28 2001 +0200
@@ -1336,6 +1336,13 @@
                   #argument: 'Animation'
                 )
                #(#MenuItem
+                  #label: 'Walking Girl'
+                  #translateLabel: true
+                  #value: #openDemo:
+                  #activeHelpKey: #demosWalkingMan
+                  #argument: 'WalkingGirl'
+                )
+               #(#MenuItem
                   #label: 'Globe Demo'
                   #translateLabel: true
                   #value: #openDemo:
@@ -3994,5 +4001,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.217 2001-06-22 16:50:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.218 2001-08-13 08:47:28 martin Exp $'
 ! !