DebugView.st
changeset 3412 60d31568ca51
parent 3387 4cbed052fbbe
child 3427 c1a0db432106
--- a/DebugView.st	Thu Nov 15 17:07:50 2001 +0100
+++ b/DebugView.st	Thu Nov 15 17:10:55 2001 +0100
@@ -4483,7 +4483,7 @@
                     ^ self "/ cancelled
                 ].
             ].
-            category := '** As yet uncategorized **'.
+            category := '* As yet uncategorized *'.
         ].
 
         "/
@@ -4529,7 +4529,7 @@
         ].
     ].
 
-    "Modified: / 29.7.1998 / 21:44:54 / cg"
+    "Modified: / 15.11.2001 / 17:07:29 / cg"
 !
 
 doShowSelection:lineNr
@@ -4993,6 +4993,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.291 2001-11-09 14:08:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.292 2001-11-15 16:10:55 cg Exp $'
 ! !
 DebugView initialize!