comments
authorClaus Gittinger <cg@exept.de>
Mon, 07 Jun 2004 11:27:44 +0200
changeset 1846 65558eb9f4d3
parent 1845 d6d62913c2cc
child 1847 d7e8ec4f3696
comments
ColorEditDialog.st
--- a/ColorEditDialog.st	Fri Jun 04 16:54:05 2004 +0200
+++ b/ColorEditDialog.st	Mon Jun 07 11:27:44 2004 +0200
@@ -46,7 +46,7 @@
                                                                                 [exBegin]                                      
     |editor color|
 
-    editor := ColorEditor new.
+    editor := ColorEditDialog new.
     editor color:(Color green).
     editor open.
     editor accepted ifTrue:[