diff -r d1bd4d2b97d3 -r 60d31568ca51 DebugView.st --- 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!