#OTHER by cg cvs_MAIN expecco_18_1_0_6496 expecco_18_1_0_6496_v2
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jul 2018 10:08:13 +0200
branchcvs_MAIN
changeset 1074 d6e340b272f3
parent 1069 1729ead0ff95
child 1076 5e30a2e57cbc
#OTHER by cg icon references cleaned up (use ToolbarIconLibrary - not GenericToolbarIconLibrary)
SmallSense__JavaImportPO.st
--- a/SmallSense__JavaImportPO.st	Fri May 18 04:27:47 2018 +0200
+++ b/SmallSense__JavaImportPO.st	Sat Jul 28 10:08:13 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2014 Jan Vrany
@@ -53,26 +55,11 @@
 !JavaImportPO class methodsFor:'image specs'!
 
 packageIcon
-    "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."
+    <resource: #programImage>
 
-    "
-     self packageIcon inspect
-     ImageEditor openOnClass:self andSelector:#packageIcon
-     Icon flushCachedIcons
-    "
+    ^ ToolbarIconLibrary packageIcon
 
-    <resource: #image>
-
-    ^Icon
-        constantNamed:'SmallSense::JavaImportPO packageIcon'
-        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AT@@@@@@@@@@@@@@0XFA XOA XFA L@@@@@@@$E@ HME TB@ 4I@@@@@@@H@ @AB!!XB
-@@DJB@@@@@@@C@HA@P\V@ DAA00@@@@@@@,MB \TE04JA1PK@@@@@ATOE!!XVE1\WE!!XVC1T@@@@@D@TB@ 4WAPHBCQ@@@@@@@@8B@@DJE H@@P(N@@@@@@@Q
-@ DAA1XB@PDGDP@@@@@@D04JA1PVCP(GEAL@@@@@@@PRD!!HRC1HRD!!HD@@@@@@@@@@@@@AT@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[249 241 187 237 209 166 229 201 161 191 130 49 197 131 50 219 191 158 193 122 45 215 185 152 191 117 42 193 119 43 215 184 151 183 109 40 187 113 42 206 171 139 169 96 35 147 85 31 174 99 37 165 92 34 160 89 33 162 89 34 199 160 130 113 60 23 158 112 88 121 79 64]; mask:((Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@B@G?0_?A?<G?0_?C?>G?0_?A?<G?0_?@B@@@@b') ; yourself); yourself]
+    "Modified: / 28-07-2018 / 09:41:33 / Claus Gittinger"
 ! !
 
 !JavaImportPO methodsFor:'accessing'!