*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 15 Mar 2006 11:18:54 +0100
changeset 3285 12ef5e7eba8e
parent 3284 68f4e33b5c65
child 3286 f4cffb0212f2
*** empty log message ***
XPToolbarIconLibrary.st
--- a/XPToolbarIconLibrary.st	Tue Mar 14 14:02:46 2006 +0100
+++ b/XPToolbarIconLibrary.st	Wed Mar 15 11:18:54 2006 +0100
@@ -1084,11 +1084,11 @@
     <resource: #image>
 
     ^Icon
-	constantNamed:#'XPToolbarIconLibrary class copyWidget20x22Icon'
-	ifAbsentPut:[(Depth4Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@DQDQDQD0@@@@@AL3L3L3H@@@@@@SL3L3L2@@@@@@D3L3L3L @@@@@AL3L3L3H@@@@@@SL3L3L2@@@@@@D3L3@@@@@@@@@AL3L0DQDQDQD0
-@SL3LAL3L3L3H@D3L3@SL3L3L2@AL3L0D3L3L3L @SL3LAL3L3L3H@L"H"@SL3L3L2@@@@@@D3L3L3L @@@@@AL3L3L3H@@@@@@SL3L3L2@@@@@@D3L3L3L
-@@@@@AL3L3L3H@@@@@@SL3L3L2@@@@@@L"H"H"H @@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @?? @?? @?? @?? @???0???0???0???0???0???0???0???0@_?0@_?0@_?0@_?0@_?0@_?0@_?0') ; yourself); yourself]
+        constantNamed:#'XPToolbarIconLibrary class copyWidget20x22Icon'
+        ifAbsentPut:[(Depth4Image new) width: 20; height: 22; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@L3L3L3L @@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@L"H"H"HP@@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@L"H"@@@@@@@@@CH"H L3L3L3L 
+@2H"HCH"H"H"D@L"H"@2H"H"H!!@CH"H L"H"H"HP@2H"HCH"H"H"D@HQDQ@2H"H"H!!@@@@@@L"H"H"HP@@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@L"H"H"HP
+@@@@@CH"H"H"D@@@@@@2H"H"H!!@@@@@@HQDQDQDP@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 127 127 127 170 170 170 255 255 255]; mask:((Depth1Image new) width: 20; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @?? @?? @?? @?? @???0???0???0???0???0???0???0???0@_?0@_?0@_?0@_?0@_?0@_?0@_?0') ; yourself); yourself]
 !
 
 copyWidget20x22Icon2
@@ -4199,5 +4199,5 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.68 2006-03-06 08:46:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.69 2006-03-15 10:18:54 cg Exp $'
 ! !