BrowserView.st
changeset 2134 1d9ec3a3a160
parent 2127 67083916cc02
child 2146 e5c90b830403
--- a/BrowserView.st	Thu Apr 29 22:59:06 1999 +0200
+++ b/BrowserView.st	Fri Apr 30 09:43:03 1999 +0200
@@ -9083,7 +9083,7 @@
                 ('apropos...'           methodAproposSearch           )
                 ('-'                                                  )
                 ('find method here...'  methodFindMethod              )
-                ('find method...'       methodFindAnyMethod           Find )
+                ('find method...'       methodFindAnyMethod           )
                ).
 
     currentMethodCategory notNil ifTrue:[
@@ -9190,7 +9190,7 @@
     "Created: / 23.11.1995 / 12:02:29 / cg"
     "Modified: / 18.12.1995 / 16:20:07 / stefan"
     "Modified: / 29.4.1997 / 11:20:59 / dq"
-    "Modified: / 2.2.1999 / 14:42:50 / cg"
+    "Modified: / 30.4.1999 / 09:15:32 / cg"
 !
 
 methodMove
@@ -13504,6 +13504,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.499 1999-04-27 16:31:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.500 1999-04-30 07:43:03 cg Exp $'
 ! !
 BrowserView initialize!