*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 01 Feb 2002 14:35:54 +0100
changeset 3558 02f293d8d859
parent 3557 5009a2a7d0d0
child 3559 fc8b06bcdaec
*** empty log message ***
BrowserView.st
--- a/BrowserView.st	Fri Feb 01 13:09:49 2002 +0100
+++ b/BrowserView.st	Fri Feb 01 14:35:54 2002 +0100
@@ -13229,7 +13229,7 @@
 
                                           label:'Class redefinition'
                                           form:(WarningBox iconBitmap)
-                                          buttonLabels:#('cancel' 'continue')
+                                          buttonLabels:#('Cancel' 'Continue')
                                           values:#(#cancel #keep)
                                           default:#keep.
 
@@ -13257,7 +13257,7 @@
         ].
     ].
 
-    "Modified: / 16.11.2001 / 17:37:45 / cg"
+    "Modified: / 1.2.2002 / 13:14:19 / cg"
 !
 
 setAcceptActionForClassInstVars
@@ -14908,6 +14908,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.708 2002-02-01 12:09:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.709 2002-02-01 13:35:54 cg Exp $'
 ! !
 BrowserView initialize!