# HG changeset patch # User mawalch # Date 1496166894 -7200 # Node ID 33c75b4a9999accba97518bcb24f1e1358657477 # Parent ff8b7a83327f664788882405ea6635f490f06342 #REFACTORING by mawalch class: GenericToolbarIconLibrary class added: #debug22x22IconForBlackBackground changed: #debug22x22IconForBlackBackgound Fix spelling ("Backgound"). diff -r ff8b7a83327f -r 33c75b4a9999 GenericToolbarIconLibrary.st --- a/GenericToolbarIconLibrary.st Tue May 30 17:53:01 2017 +0200 +++ b/GenericToolbarIconLibrary.st Tue May 30 19:54:54 2017 +0200 @@ -7775,18 +7775,26 @@ ! debug22x22IconForBlackBackgound - - "This resource specification was automatically generated - by the ImageEditor of ST/X." - "Do not manually edit this!! If it is corrupted, - the ImageEditor may not be able to read the specification." - " - self debug22x22IconForBlackBackgound inspect - ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackgound - Icon flushCachedIcons" - - ^ Icon - constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackgound' + + + ^ self debug22x22IconForBlackBackground + + "Modified: / 30-05-2017 / 19:51:21 / mawalch" +! + +debug22x22IconForBlackBackground + + "This resource specification was automatically generated + by the ImageEditor of ST/X." + "Do not manually edit this!! If it is corrupted, + the ImageEditor may not be able to read the specification." + " + self debug22x22IconForBlackBackground inspect + ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackground + Icon flushCachedIcons" + + ^ Icon + constantNamed:'GenericToolbarIconLibrary class debug22x22IconForBlackBackground' ifAbsentPut:[ (Depth8Image new) width:22; @@ -7811,6 +7819,8 @@ yourself); yourself ] + + "Created: / 30-05-2017 / 19:27:59 / mawalch" ! delete22x22Icon