checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 16 Sep 1999 11:24:21 +0200
changeset 2393 dd1cac491bb1
parent 2392 76c87c8af372
child 2394 0841cfed6ec5
checkin from browser
BrowserView.st
--- a/BrowserView.st	Thu Sep 16 11:16:37 1999 +0200
+++ b/BrowserView.st	Thu Sep 16 11:24:21 1999 +0200
@@ -9203,7 +9203,7 @@
 
         currentMethod isJavaMethod ifTrue:[
             items := #(
-                            ('compare source ...'        methodCompareSource  )
+                            ('compare source...'         methodCompareSource  )
                             ('inspect method'            methodInspect        )
                             ('decompile'                 methodDecompile      )
                             ('-'                         nil                  )
@@ -9214,7 +9214,7 @@
         ] ifFalse:[
 
             items := #(
-                            ('compare source ...'        methodCompareSource  )
+                            ('compare source...'         methodCompareSource  )
                             ('inspect method'            methodInspect        )
                             ('stc-compile'               methodSTCCompile     )
                             ('decompile'                 methodDecompile      )
@@ -13890,6 +13890,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.552 1999-09-14 12:43:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.553 1999-09-16 09:24:21 cg Exp $'
 ! !
 BrowserView initialize!