GenericToolbarIconLibrary.st
changeset 5229 85c11a72d1a7
parent 5219 9ad63a7c9db5
child 5238 bbd4b65c09d2
child 5293 bb7a5aa59ddb
--- a/GenericToolbarIconLibrary.st	Fri Dec 19 00:13:29 2014 +0100
+++ b/GenericToolbarIconLibrary.st	Fri Dec 19 20:18:11 2014 +0100
@@ -14899,6 +14899,26 @@
 L3L3L3@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 0 205 0 133 62 38 0 139 0 173 216 230]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@??3??O?<??3??O?<??3??O?<??0@@@@@@@@b') ; yourself); yourself]
 !
 
+fileTypeJavaScriptSourceIcon
+    "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 fileTypeJavaScriptSourceIcon inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeJavaScriptSourceIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary fileTypeJavaScriptSourceIcon'
+        ifAbsentPut:[(Depth1Image new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@@@@_4A?XG<@Q''A5<G[0U7A$<G?0@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'@@@@@O?@?>C?<O?8??#?>O?8??#?>O?8?? @@@@@@@@b') ; yourself); yourself]
+!
+
 fileTypeJavaSourceIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -17332,11 +17352,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.226 2014-12-10 13:17:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.227 2014-12-19 19:18:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.226 2014-12-10 13:17:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.227 2014-12-19 19:18:11 cg Exp $'
 !
 
 version_HG