class: GenericToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Fri, 22 Mar 2013 12:33:48 +0100
changeset 4539 b36e15864fc7
parent 4538 135e0d08918c
child 4540 ca28a8145610
class: GenericToolbarIconLibrary changed: #stopPoint16x16
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Fri Mar 22 12:32:36 2013 +0100
+++ b/GenericToolbarIconLibrary.st	Fri Mar 22 12:33:48 2013 +0100
@@ -2915,7 +2915,7 @@
         constantNamed:'GenericToolbarIconLibrary stopPoint16x16'
         ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 L3L3L3L3L3L3L3L3L3L3L3L3L3L0@3L3L3L3@@@@L3L3LCA''U6@3L3L0C+ X/ L3L3@G$QFW@3L3L0WP@MTCL3L3A<DQ10L3L3@N.$J>@3L3L3A''U6@CL3L3
-L@@@@3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3@@@b') ; colorMapFromArray:#[170 255 95 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@C8@_0A?@G<@_0A?@C8@@@@@@@@@@@@@@b') ; yourself); yourself]
+L@@@@3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3L3@@@b') ; colorMapFromArray:#[255 255 255 196 96 86 164 75 67 176 176 176 182 74 66 79 34 26 193 90 78 96 47 37 171 87 78 158 77 70 165 75 67 88 43 32 148 68 60 159 65 56 184 74 65]; mask:((ImageMask new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@C8@_0A?@G<@_0A?@C8@@@@@@@@@@@@@@b') ; yourself); yourself]
 !
 
 terminal16x16Icon
@@ -11446,11 +11446,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.176 2013-03-22 11:32:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.177 2013-03-22 11:33:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.176 2013-03-22 11:32:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.177 2013-03-22 11:33:48 cg Exp $'
 ! !