*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 22 Nov 1995 13:46:57 +0100
changeset 188 04f5f20990ac
parent 187 1a429506fad6
child 189 8995393861d3
*** empty log message ***
OptBox.st
OptionBox.st
--- a/OptBox.st	Mon Nov 20 17:11:27 1995 +0100
+++ b/OptBox.st	Wed Nov 22 13:46:57 1995 +0100
@@ -35,7 +35,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/OptBox.st,v 1.21 1995-11-11 16:21:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/OptBox.st,v 1.22 1995-11-22 12:46:57 cg Exp $'
 !
 
 documentation
@@ -251,7 +251,7 @@
     formLabel borderWidth:0.
     formLabel origin:(ViewSpacing @ ViewSpacing).
 
-    textLabel := Label label:'Warning' in:self.
+    textLabel := Label label:'Select' in:self.
     textLabel borderWidth:0.
     textLabel origin:((ViewSpacing + formLabel width + ViewSpacing) @ ViewSpacing).
 
--- a/OptionBox.st	Mon Nov 20 17:11:27 1995 +0100
+++ b/OptionBox.st	Wed Nov 22 13:46:57 1995 +0100
@@ -35,7 +35,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.21 1995-11-11 16:21:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.22 1995-11-22 12:46:57 cg Exp $'
 !
 
 documentation
@@ -251,7 +251,7 @@
     formLabel borderWidth:0.
     formLabel origin:(ViewSpacing @ ViewSpacing).
 
-    textLabel := Label label:'Warning' in:self.
+    textLabel := Label label:'Select' in:self.
     textLabel borderWidth:0.
     textLabel origin:((ViewSpacing + formLabel width + ViewSpacing) @ ViewSpacing).