# HG changeset patch # User Claus Gittinger # Date 1532765256 -7200 # Node ID 9965b6b7e99b30f7e7394a7eb5e3e26de5460c87 # Parent 5a3b84a9d7e726cb0da48180aa4a318292eb26ec #OTHER by cg icon references cleaned up (use ToolbarIconLibrary - not GenericToolbarIconLibrary) diff -r 5a3b84a9d7e7 -r 9965b6b7e99b ColorEditDialog.st --- a/ColorEditDialog.st Sat Jul 28 10:07:21 2018 +0200 +++ b/ColorEditDialog.st Sat Jul 28 10:07:36 2018 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1995 by eXept Software AG All Rights Reserved @@ -354,7 +356,11 @@ ! pickColorIcon + + ^ ToolbarIconLibrary pipette16x16Icon + + "Modified: / 28-07-2018 / 09:59:14 / Claus Gittinger" ! ! !ColorEditDialog class methodsFor:'interface specs'!