class: GenericToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Wed, 18 Sep 2013 14:59:55 +0200
changeset 4774 13e3d9a05d4d
parent 4773 659bb5af44a3
child 4775 e34752e6214e
class: GenericToolbarIconLibrary changed: #smalllintWarning16x16
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Tue Sep 17 16:43:14 2013 +0200
+++ b/GenericToolbarIconLibrary.st	Wed Sep 18 14:59:55 2013 +0200
@@ -3199,19 +3199,11 @@
     <resource: #image>
 
     ^Icon
-        constantNamed:'GenericToolbarIconLibrary class smalllintWarning16x16'
-        ifAbsentPut:[(Depth24Image new) width: 16; height: 16; photometric:(#rgb); bitsPerSample:(#[8 8 8]); samplesPerPixel:(3); bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@????????????????????@@@@@@@@@@@@@@@@@@@@@@@@
-@@@@@@@@@@@@@@@@????;;5!!;J)@;J1C;J)@;;5!!????@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@????<[9&<+=#?>^5?>^5?>^5<;=#<[=&????@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@????;[@??N&/?^".?N&/?^".?N&/;J<?????@@@@@@@@@@@@@@@@@@@@@@@@@@@@????;; ?>>>2?OKF?OKD?OKF>>:2;[\?????
-????????@@@@@@@@@@@@@@@@@@@@????;+(9>OJ/?_3,?_/$?_3,>OJ/;+,::,BM8ZUU:,&_????@@@@@@@@@@@@@@@@@@@@>M2N;<]G>_[B????>_[B;<!!G
->M6O8ZUU??3S8ZUU????@@@@@@@@@@@@@@@@@@@@?????^A?>-E$????=<-Z?^JA:,BM>M"@TB @>M"@:,BM????@@@@@@@@@@@@@@@@@@@@????.*591=W.
--Z]3????8ZUU>M"@TB @>M"@8ZUU????@@@@@@@@@@@@@@@@@@@@????!!Z3P????TV*K8[M8;\A >M"@4)4>>M"@;[= 8+M8????@@@@@@@@@@@@@@@@????
-!!JN<+;[BWGBG8ZUU?]:B;\I4TB @;\I4?]6B8ZUU????@@@@@@@@@@@@@@@@????,<CLR6A91,7U1(T.?.NV<M"P-YQR<M"P?>JV1(T.????@@@@@@@@@@@@
-@@@@@@@@????????????9\^ 1(T.1(T.1(T.1(T.1(T.9\^ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@????????????????????????????@@@@@@@@
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@_@C>@_<A?0G?0_? ?>C?<G?0_?!!?>G?8O?@G<@@@b') ; yourself); yourself]
-
-    "Created: / 17-09-2013 / 15:42:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+        constantNamed:'GenericToolbarIconLibrary smalllintWarning16x16'
+        ifAbsentPut:[(Depth8Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+G1<_G1<_G1<_G1<_G1<_G1<_G1LSD1LSG1<_G1<_G1<_G1LQIP$%DQL_G1<_G1<_G1LQE (JB!!XKD1<_G1<_G1<S@Q,1F3D[@QL_G1<_G1<_D2 *IBP$LA@S
+D1L_G1<_G1LBNP +BC$\CS CD1<_G1<_G#\]D147CC ZNAL_G1<_G1L!!HALUC044@CPMD1<_G1<_D3XFH1L8M@@4NAL_G1<_G1LDD2H&KCP/MB0RD1<_G1<S
+EA$NNB8G@@\.NAL_G1<_D3H''KSTXL2$3E3TSG1<_G1<SD1LEMST5MSTEG1<_G1<_G1<_D1LSD1LSD1<_G1<_G1<_G1<_G1<_G1<_G0@a') ; colorMapFromArray:#[80 40 0 236 176 60 240 186 60 236 202 160 132 172 210 228 200 160 200 214 240 236 194 120 252 252 240 236 172 70 255 232 180 240 192 100 248 222 140 236 192 140 92 112 140 252 226 130 236 184 60 240 190 100 228 180 120 255 255 255 132 164 190 248 204 90 244 192 100 255 226 150 255 228 150 176 182 190 255 252 210 252 234 180 240 188 60 248 246 190 248 220 140 0 0 0 252 210 100 252 224 130 80 106 140 180 168 120 252 242 200 236 170 60 224 180 120 76 96 120 240 184 60 180 148 80 252 240 180 252 252 230 236 192 100 200 206 210 252 222 130 212 158 60 252 238 180 252 232 170 180 192 200 240 216 140 248 216 130 200 134 50 188 174 120 240 200 70 224 166 90 248 242 180]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@_@C>@_<A?0G?0_? ?>C?<G?0_?!!?>G?8O?@G<@@@b') ; yourself); yourself]
 !
 
 snapshot16x16Icon
@@ -11934,11 +11926,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.194 2013-09-17 14:43:14 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.195 2013-09-18 12:59:55 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.194 2013-09-17 14:43:14 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.195 2013-09-18 12:59:55 cg Exp $'
 ! !