checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 12 Aug 1999 13:44:36 +0200
changeset 2328 21c475c3ed2c
parent 2327 4299e0013ca0
child 2329 483308d30d6a
checkin from browser
BrowserView.st
BrwsrView.st
--- a/BrowserView.st	Thu Aug 12 10:59:54 1999 +0200
+++ b/BrowserView.st	Thu Aug 12 13:44:36 1999 +0200
@@ -6273,7 +6273,7 @@
                                 ('fileOut all'         classMethodFileOutAll           )
                                 ('printOut'            methodPrintOut                  )
                                 ('-'                   nil                             )
-                                ('browse'              classMethodBrowse               )
+                                ('browse full'         classMethodBrowse               )
                                 ('spawn'               methodSpawn                     )
                                 ('spawn class'         classSpawn                      )
                                 ('spawn full protocol' classSpawnFullProtocol          )
@@ -13661,6 +13661,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.534 1999-08-12 08:59:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.535 1999-08-12 11:44:36 cg Exp $'
 ! !
 BrowserView initialize!
--- a/BrwsrView.st	Thu Aug 12 10:59:54 1999 +0200
+++ b/BrwsrView.st	Thu Aug 12 13:44:36 1999 +0200
@@ -6273,7 +6273,7 @@
                                 ('fileOut all'         classMethodFileOutAll           )
                                 ('printOut'            methodPrintOut                  )
                                 ('-'                   nil                             )
-                                ('browse'              classMethodBrowse               )
+                                ('browse full'         classMethodBrowse               )
                                 ('spawn'               methodSpawn                     )
                                 ('spawn class'         classSpawn                      )
                                 ('spawn full protocol' classSpawnFullProtocol          )
@@ -13661,6 +13661,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.534 1999-08-12 08:59:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.535 1999-08-12 11:44:36 cg Exp $'
 ! !
 BrowserView initialize!