XPToolbarIconLibrary.st
changeset 5300 63d3259e0ecc
parent 5292 2b847f6bd8f8
child 5314 ace9b050056a
--- a/XPToolbarIconLibrary.st	Sun Mar 01 17:56:09 2015 +0100
+++ b/XPToolbarIconLibrary.st	Mon Mar 02 12:23:20 2015 +0100
@@ -985,6 +985,29 @@
         ]
 !
 
+fileTypeCPlusPlusSourceIcon
+    "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."
+
+    "
+     self fileTypeCPlusPlusSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeCPlusPlusSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeCPlusPlusSourceIcon'
+        ifAbsentPut:[(Depth8Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@A@PDA@PDA@PDC@@@@@@@@@PPDA@PDA@ OBP(@@@@@@@LKC@4GC@4KC08OC0@@@@@ED@,DB@\GB0<ODP<@@@@@@PHPA@,HA0\KB1LO@@@@@@=CNT@/M#YB
+N3 KDP@@@@@QJR,0LCD*J"L=B1D@@@@@E"40LR$#M4D)L \V@@@@@A\(LCD&IC@-LB<GE0@@@@@YMS@1JC@0LC@1AA$@@@@@HB<0LRT%LB 0KA@ @@@@@BD3
+K#@0LS0%JB PHP@@@@@!!O#8?MC(7JR,%DBD@@@@@H"H"H"H"H"H"H"H"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 192 192 190 248 248 250 204 202 200 252 250 250 196 198 200 224 226 230 255 254 250 252 254 250 216 216 220 188 188 190 252 252 250 228 230 230 240 242 240 200 214 220 188 190 190 248 250 250 188 186 190 244 244 240 232 230 230 224 224 220 0 0 0 184 186 190 184 184 180 248 246 250 180 182 180 180 180 180 244 244 250 176 178 180 172 174 170 244 242 240 248 246 240 172 172 170 156 158 160 144 144 140 217 217 217 228 228 228 250 250 250 221 221 221 214 214 214 249 249 249 233 233 233 224 224 224 226 226 226 247 247 247 218 218 218 220 220 220 242 242 242 15 15 116 93 93 178 237 237 237 248 248 248 219 219 219 230 230 230 241 241 241 232 232 232 223 223 223 234 234 234 238 238 238 229 229 229 251 251 251 231 231 231 253 253 253 239 239 239 243 243 243 225 225 225 236 236 236 244 244 244]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'O?@?>C?<O?0??C?<O?0??C?<O?0??C?<O?0??@@@@@@b') ; yourself); yourself]
+!
+
 heartOverlay
     <resource: #image>
     "This resource specification was automatically generated
@@ -7236,10 +7259,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.134 2015-03-01 16:56:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.135 2015-03-02 11:23:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.134 2015-03-01 16:56:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.135 2015-03-02 11:23:20 cg Exp $'
 ! !