*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 08 Jan 1997 15:35:09 +0100
changeset 922 c72dae45cf15
parent 921 0189f3d732e2
child 923 3878260918ee
*** empty log message ***
Launcher.st
--- a/Launcher.st	Wed Jan 08 15:04:08 1997 +0100
+++ b/Launcher.st	Wed Jan 08 15:35:09 1997 +0100
@@ -3669,7 +3669,9 @@
                                            '-'
                                            'view tree (all views)'
                                            'view tree'
+                                           '-'
                                            'select & inspect view'
+                                           '-'
                                            'select & destroy view'
                                            'find & destroy ...'
                                          ))
@@ -3678,7 +3680,9 @@
                                         nil
                                         #startFullWindowTreeView 
                                         #startWindowTreeView 
+                                        nil
                                         #viewInspect 
+                                        nil
                                         #viewDestroy 
                                         #findAndDestroyWindow 
                            )
@@ -3714,7 +3718,7 @@
                            )
                 receiver:self).
 
-    "Modified: 8.1.1997 / 14:04:25 / cg"
+    "Modified: 8.1.1997 / 15:04:53 / cg"
 ! !
 
 !Launcher methodsFor:'initialize / release'!
@@ -4363,5 +4367,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.224 1997-01-08 14:04:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.225 1997-01-08 14:35:09 cg Exp $'
 ! !