added calculator & panter to demo menu
authorClaus Gittinger <cg@exept.de>
Thu, 11 Apr 1996 00:24:31 +0200
changeset 464 998161ce250d
parent 463 9d2bc0eb5876
child 465 42f0224ab165
added calculator & panter to demo menu
Launcher.st
--- a/Launcher.st	Wed Apr 10 23:51:06 1996 +0200
+++ b/Launcher.st	Thu Apr 11 00:24:31 1996 +0200
@@ -1838,11 +1838,13 @@
                 labels:(resources array:#(
                                            'DrawTool'
                                            'LogicTool'
+                                           'Paint Demo'
                                          ))
                 selector:#openDemo:
                 args:#(
                                            DrawTool
                                            LogicTool
+                                           ColorDrawDemo3
                       )
                 receiver:self).
 
@@ -1851,6 +1853,7 @@
                 labels:(resources array:#(
                                         'clock'
                                         'calendar'
+                                        'calculator'
                                         '-'
                                         'mail tool'
                                         'news tool'
@@ -1858,14 +1861,15 @@
                 selector:#openDemo:
                 args:#(
                                         Clock 
-                                        Calendar 
+                                        Calendar
+                                        CalculatorView
                                         nil
                                         MailView 
                                         NewsView
                       )
                 receiver:self).
 
-    "Modified: 23.3.1996 / 17:08:08 / cg"
+    "Modified: 11.4.1996 / 00:21:46 / cg"
 !
 
 setupInfoViewIn:topView 
@@ -2403,5 +2407,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.102 1996-03-29 12:41:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.103 1996-04-10 22:24:31 cg Exp $'
 ! !