*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 28 Nov 2001 14:57:11 +0100
changeset 3476 685f67f7e818
parent 3475 b057e853174d
child 3477 c3d7d7142b5d
*** empty log message ***
SystemBrowser.st
--- a/SystemBrowser.st	Wed Nov 28 14:56:18 2001 +0100
+++ b/SystemBrowser.st	Wed Nov 28 14:57:11 2001 +0100
@@ -1123,7 +1123,7 @@
                             with:(newPkg allBold))
                 numberOfOptions:3.
 
-    box buttonTitles:#('cancel' 'keep' 'continue').
+    box buttonTitles:#('Cancel' 'Keep' 'Continue').
     box defaultButtonIndex:3. 
     box action:[:n | answer := #(#cancel #keep #continue) at:n].
     box label:'Method redefinition'; form:(WarningBox iconBitmap).
@@ -3737,6 +3737,6 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.144 2001-11-27 17:33:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.145 2001-11-28 13:57:11 cg Exp $'
 ! !
 SystemBrowser initialize!