DebugView.st
changeset 4867 269d62a1ed27
parent 4859 462e871755e0
child 4871 ae57e3103b0b
--- a/DebugView.st	Wed May 07 16:46:59 2003 +0200
+++ b/DebugView.st	Wed May 07 16:52:53 2003 +0200
@@ -3082,7 +3082,7 @@
     "Modified: / 18.11.2001 / 01:00:55 / cg"
 ! !
 
-!DebugView methodsFor:'menu / button actions'!
+!DebugView methodsFor:'menu & button actions'!
 
 addBreakpoint
     "add a breakpoint on the selected contexts method - if any"
@@ -5841,7 +5841,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.339 2003-05-07 14:10:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.340 2003-05-07 14:52:53 cg Exp $'
 ! !
 
 DebugView initialize!