BrowserView.st
changeset 2121 fe97314cb259
parent 2120 70fa37e15767
child 2122 84cf04ed48b3
--- a/BrowserView.st	Fri Apr 23 19:27:12 1999 +0200
+++ b/BrowserView.st	Fri Apr 23 19:34:28 1999 +0200
@@ -5019,6 +5019,7 @@
     textView contents:lastSourceLogMessage.
     dialog addAbortAndOkButtons.
     dialog okButton isReturnButton:false.
+    dialog makeTabable:textView.
     dialog open.
     dialog accepted ifTrue:[
         ^ textView contents
@@ -13496,6 +13497,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.495 1999-04-23 17:27:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.496 1999-04-23 17:34:28 cg Exp $'
 ! !
 BrowserView initialize!