DebugView.st
changeset 3333 5fb73dcafce1
parent 3330 b6085cb81010
child 3350 c88b0b26d59d
--- a/DebugView.st	Tue Oct 23 22:13:46 2001 +0200
+++ b/DebugView.st	Wed Oct 24 00:05:55 2001 +0200
@@ -2875,7 +2875,7 @@
                             ifFalse:[selectedContext selector].
     ].
     selector := Dialog 
-                    request:'Selector to browse senders of:'
+                    requestSelector:'Selector to browse senders of:'
                     initialAnswer:initial.
     selector size == 0 ifFalse:[
         UserPreferences systemBrowserClass
@@ -4990,6 +4990,6 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.288 2001-10-22 08:24:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.289 2001-10-23 22:05:55 cg Exp $'
 ! !
 DebugView initialize!