XPToolbarIconLibrary.st
changeset 5352 380cda39fee4
parent 5348 bd5cf96b87fd
child 5362 04ff738ee263
--- a/XPToolbarIconLibrary.st	Mon May 11 17:04:17 2015 +0200
+++ b/XPToolbarIconLibrary.st	Tue May 19 20:37:15 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -1476,6 +1474,28 @@
     "Created: / 04-04-2011 / 14:26:20 / cg"
 !
 
+reload16x16Icon
+    "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 reload16x16Icon inspect
+     ImageEditor openOnClass:self andSelector:#reload16x16Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary reload16x16Icon'
+        ifAbsentPut:[(Depth4Image new) width:16; height:16; bits:(ByteArray fromPackedString:'
+@@@BQDQ@@@@@@DQRIDQ@@@@DT"Q@ADP@@BP"Q@@@AD@@QRQ@@@@@P@ABID@@@@@@P"H"H$@@@@@DH"H$@@@@@@ABH$@@@@@@@@QD@@@@@@@@@D@@@@@@@@@@
+@@@@@@@@A @@@@@@A @@@F@F@@A @@@@@@@@A @@@@@G]7] @@@b') ; colorMapFromArray:#[0 0 0 255 255 255 0 192 0 0 64 0 0 128 0 0 255 0 127 127 127 63 64 63]; mask:((ImageMask new) width:16; height:16; bits:(ByteArray fromPackedString:'A>@O>A>\O0X>@#8@?9!!?OC9>GO<HOD@<XG09>A?0A>@b') ; yourself); yourself]
+!
+
 removeBreakPointBlueIcon2
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -7340,10 +7360,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.140 2015-05-09 23:05:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.141 2015-05-19 18:37:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.140 2015-05-09 23:05:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.141 2015-05-19 18:37:15 cg Exp $'
 ! !