ChangesBrowser.st
changeset 3771 99f966f392d4
parent 3717 5083b0d53c5f
child 3785 741890c870a4
--- a/ChangesBrowser.st	Fri Aug 02 19:26:02 2002 +0200
+++ b/ChangesBrowser.st	Fri Aug 02 19:27:31 2002 +0200
@@ -830,7 +830,7 @@
                           request:aString
                           label:'Error'
                           form:(WarningBox iconBitmap)
-                          buttonLabels:#('cancel' 'skip' " 'shut up' " 'continue')
+                          buttonLabels:#('Cancel' 'Skip' " 'Shut up' " 'Continue')
                           values:#(#abort #skip " #shutUp " #continue)
                           default:#continue
                           onCancel:#abort.
@@ -5039,5 +5039,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.267 2002-07-11 21:15:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.268 2002-08-02 17:27:19 cg Exp $'
 ! !