DebugView.st
changeset 5450 07927654f2a9
parent 5349 64e779c7b08b
child 5451 971dc52a38de
--- a/DebugView.st	Thu Jan 22 16:56:56 2004 +0100
+++ b/DebugView.st	Fri Jan 23 15:37:51 2004 +0100
@@ -1567,11 +1567,11 @@
 "/    sendButton destroy.
 
     updateButton := Button
-                        label:(resources at:'update')
+                        label:(resources at:'Update')
                         action:[self updateContext]
                         in:bpanel.
     monitorToggle := Toggle in:bpanel.
-    monitorToggle label:(resources at:'monitor').
+    monitorToggle label:(resources at:'Monitor').
     monitorToggle pressAction:[self autoUpdateOn].
     monitorToggle releaseAction:[self autoUpdateOff].
 
@@ -5805,7 +5805,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.354 2003-11-14 11:19:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.355 2004-01-23 14:37:51 cg Exp $'
 ! !
 
 DebugView initialize!