BrowserView.st
changeset 3188 42c082aa4f0d
parent 3184 5f5e9153f496
child 3239 af1b047b11cb
--- a/BrowserView.st	Mon Sep 24 11:45:26 2001 +0200
+++ b/BrowserView.st	Mon Sep 24 11:46:46 2001 +0200
@@ -12109,7 +12109,7 @@
     box := self listBoxTitle:'accept in which method category ?' okText:'accept' list:someCategories.
 
     lastMethodCategory isNil ifTrue:[
-        txt := '* as yet undefined *' "/ 'new methods'
+        txt := '** As yet uncategorized **' "/ 'new methods'
     ] ifFalse:[
         txt := lastMethodCategory
     ].
@@ -14908,6 +14908,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.678 2001-09-24 08:06:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.679 2001-09-24 09:46:46 cg Exp $'
 ! !
 BrowserView initialize!