button labels uppercase
authorClaus Gittinger <cg@exept.de>
Fri, 02 Aug 2002 19:27:04 +0200
changeset 6707 790fc577c403
parent 6706 d0c8dfdf57e6
child 6708 87e87ae4eb4f
button labels uppercase
PositionableStream.st
--- a/PositionableStream.st	Fri Aug 02 16:22:33 2002 +0200
+++ b/PositionableStream.st	Fri Aug 02 19:27:04 2002 +0200
@@ -721,7 +721,7 @@
 "/ cg: now always keep the old packageID
 "/                          buttonLabels:#('cancel' 'skip' 'debug' 'keep' 'keep all' 'continue' 'continue all')
 "/                          values:#(#abort #skip #debug #keep #keepAll #continue #continueForAll)
-                          buttonLabels:#('cancel' 'skip' 'debug' 'continue' 'continue all')
+                          buttonLabels:#('Cancel' 'Skip' 'Debug' 'Continue' 'Continue All')
                           values:#(#abort #skip #debug #keep #keepAll)
                           default:#continue
                           onCancel:#abort.
@@ -1129,6 +1129,6 @@
 !PositionableStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.113 2002-07-31 19:46:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.114 2002-08-02 17:27:04 cg Exp $'
 ! !
 PositionableStream initialize!