diff -r 2b847f6bd8f8 -r 63d3259e0ecc XPToolbarIconLibrary.st --- 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 + " + + + + ^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@\GB0C? "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 $' ! !