# HG changeset patch # User Claus Gittinger # Date 1086600464 -7200 # Node ID 65558eb9f4d3ec3e55d2fd75ea80194e7dea1240 # Parent d6d62913c2cced95b3cd3744fcb8a0cb5936feb0 comments diff -r d6d62913c2cc -r 65558eb9f4d3 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:[