# HG changeset patch # User Claus Gittinger # Date 1379509195 -7200 # Node ID 13e3d9a05d4dcefd0c2a6e1f6b1b7dcb0128a1e6 # Parent 659bb5af44a31b2293bc68dab2b229a44f9a4dbe class: GenericToolbarIconLibrary changed: #smalllintWarning16x16 diff -r 659bb5af44a3 -r 13e3d9a05d4d 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 @@ ^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;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????@@@@@@@@@@@@@@@@????,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>@_C?G?8O?@G<@@@b') ; yourself); yourself] - - "Created: / 17-09-2013 / 15:42:51 / Jan Vrany " + 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@_C?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 $' ! !