*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 19 Oct 2004 19:08:45 +0200
changeset 3083 dcc10df4f87e
parent 3082 1a438d1ed699
child 3084 93355b070664
*** empty log message ***
GenericToolbarIconLibrary.st
XPToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Tue Oct 19 18:18:47 2004 +0200
+++ b/GenericToolbarIconLibrary.st	Tue Oct 19 19:08:45 2004 +0200
@@ -204,6 +204,12 @@
     ^ self home22x22Icon2
 !
 
+loadFromFileIcon
+    <resource: #programImage>
+
+    ^ self load22x22Icon
+!
+
 redoIcon
     <resource: #programImage>
 
@@ -237,6 +243,12 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 129 129 129 255 0 0 255 255 255 105 133 190 194 194 194]; mask:((Depth1Image new) width: 32; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@G?0@@A?<G? _?A?8G?1_>A?<_? _???8G???>A???? _?G?8G?1_>A?<G? _?@?8G?0@@@@@@@@@@@@@C''RX\9BT)IPL%K"S@)L $I13FG\@@@@@@@@a') ; yourself); yourself]
 !
 
+saveToFileIcon
+    <resource: #programImage>
+
+    ^ self save22x22Icon
+!
+
 stxHomeIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -258,15 +270,6 @@
 @@@@@@@@@@@@@@@@@@@@@@D@@@@@@@@@@@@@DQ@@@@@@@@@@@@DQDP@@@@@@@@@@DQ@QD@@@@@@@@@DQIBDQ@@@@@@@@DQICP!!DP@@@@@@DQICL4HQD@@@@@
 DQICL3MBDQ@@@@DQIFX3L3P!!DP@@DQICY#L3L6HQD@D"ICM&L3M&M@@A@RH$L3Y#M&L4@@D@@@P3L6L6L3P@@@@@ACL3Y&L3M@@@@@@DL3L6L3L4@@@@@@P3
 L6X3L3P@@@@@ACL6L6L3M@@@@@@DM&L3M#L4@@@@@@Q&L3L3X3P@@@@@A&YDQDQ$Q@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 192 0 0 64 0 0 73 73 73 192 192 192 100 128 255 0 200 48]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A@@@C @A''0@A/8@A?<@A?>@A??@C?? G??0O??8_??<_??<_??<C?? C?? C?? C?? C?? C?? C?? C?? C?? ') ; yourself); yourself]
-!
-
-undoIcon
-    <resource: #programImage>
-
-    View styleSheet name = #winXP ifTrue:[
-        ^ self undoXP28x28Icon
-    ].
-    ^ self undo20x20Icon
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-16x16'!
@@ -4579,6 +4582,32 @@
     ^ self addBuffer16x16Icon2
 !
 
+copyIcon
+    <resource: #programImage>
+
+    ^ self copy20x20Icon
+!
+
+cutIcon
+    <resource: #programImage>
+
+    ^ self cut20x20Icon
+!
+
+removeTabIcon
+    <resource: #programImage>
+
+    ^ self removeTab22x22Icon
+!
+
+undoIcon
+    <resource: #programImage>
+
+    ^ self undo16x16Icon2
+! !
+
+!GenericToolbarIconLibrary class methodsFor:'image specs-tools-Filebrowser'!
+
 changesBrowserIcon
     <resource: #programImage>
 
@@ -4591,24 +4620,12 @@
     ^ self copy20x20Icon
 !
 
-copyIcon
-    <resource: #programImage>
-
-    ^ self copy20x20Icon
-!
-
 cutFileIcon
     <resource: #programImage>
 
     ^ self cut20x20Icon2
 !
 
-cutIcon
-    <resource: #programImage>
-
-    ^ self cut20x20Icon
-!
-
 deleteFileIcon
     <resource: #programImage>
 
@@ -4693,12 +4710,6 @@
     ^ self paste20x20Icon 
 !
 
-removeTabIcon
-    <resource: #programImage>
-
-    ^ self removeTab22x22Icon
-!
-
 searchFileIcon
     <resource: #programImage>
 
@@ -4738,10 +4749,179 @@
     ^ self viewNoDetails16x16Icon
 ! !
 
+!GenericToolbarIconLibrary class methodsFor:'image specs-tools-Launcher'!
+
+garbageCollectIcon
+    <resource: #programImage>
+
+    ^ self garbageCollect24x24Icon
+    "/ ^ self garbageCollect28x28Icon
+!
+
+helpIcon1
+    <resource: #programImage>
+
+    ^ self help28x28Icon1
+!
+
+helpIcon2
+    <resource: #programImage>
+
+    ^ self help28x28Icon2
+!
+
+helpIcon3
+    <resource: #programImage>
+
+    ^ self help28x28Icon3
+!
+
+saveImageIcon
+    <resource: #programImage>
+
+    ^ self saveImage24x24Icon
+    "/ ^ self saveImage28x28Icon
+!
+
+startChangesBrowserIcon
+    <resource: #programImage>
+
+    ^ self changesBrowser24x24Icon
+    "/ ^ self changesBrowser28x28Icon
+!
+
+startFileBrowserIcon
+    <resource: #programImage>
+
+    ^ self fileBrowser24x24Icon
+    "/ ^ self fileBrowser28x28Icon
+!
+
+startImageEditorIcon
+    <resource: #programImage>
+
+    ^ self imageEditor24x24Icon
+    "/ ^ self imageEditor28x28Icon
+!
+
+startMenuEditorIcon
+    <resource: #programImage>
+
+    ^ self menuEditor24x24Icon
+    "/ ^ self menuEditor28x28Icon
+!
+
+startNewSystemBrowserIcon
+    <resource: #programImage>
+
+    ^ self newSystemBrowser24x24Icon
+!
+
+startSystemBrowserIcon
+    <resource: #programImage>
+
+    ^ self systemBrowser24x24Icon
+"/    ^ SystemBrowser defaultIcon
+!
+
+startSystemBrowserOnHistoryClassIcon
+    <resource: #programImage>
+
+    ^ self systemBrowserClassHistory28x28Icon
+!
+
+startUIPainterIcon
+    <resource: #programImage>
+
+    ^ self uiPainter24x24Icon
+    "/ ^ self uiPainter28x28Icon
+!
+
+startWorkspaceIcon
+    <resource: #programImage>
+
+    ^ self workspace24x24Icon
+    "/ ^ self workspace28x28Icon
+! !
+
+!GenericToolbarIconLibrary class methodsFor:'image specs-tools-UIPainter'!
+
+copyWidgetIcon
+    <resource: #programImage>
+
+    ^ self copy22x22Icon
+!
+
+cutWidgetIcon
+    <resource: #programImage>
+
+    ^ self cut22x22Icon
+!
+
+deleteWidgetIcon
+    <resource: #programImage>
+
+    ^ self delete22x22Icon
+!
+
+loadFromMethodIcon
+    <resource: #programImage>
+
+    ^ self loadFromMethod22x22Icon
+!
+
+moveWidgetDownIcon
+    <resource: #programImage>
+
+    ^ self down22x22Icon
+!
+
+moveWidgetDownRightIcon
+    <resource: #programImage>
+
+    ^ self downRight22x22Icon
+!
+
+moveWidgetLeftDownIcon
+    <resource: #programImage>
+
+    ^ self leftDown22x22Icon
+!
+
+moveWidgetUpIcon
+    <resource: #programImage>
+
+    ^ self up22x22Icon
+!
+
+newImageIcon
+    <resource: #programImage>
+
+    ^ self newImage24x24Icon
+!
+
+newWindowSpecIcon
+    <resource: #programImage>
+
+    ^ self newWindowSpec24x24Icon
+!
+
+pasteWidgetIcon
+    <resource: #programImage>
+
+    ^ self paste22x22Icon
+!
+
+saveAsMethodIcon
+    <resource: #programImage>
+
+    ^ self saveAsMethod22x22Icon
+! !
+
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.15 2004-10-19 07:54:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.16 2004-10-19 17:08:45 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!
--- a/XPToolbarIconLibrary.st	Tue Oct 19 18:18:47 2004 +0200
+++ b/XPToolbarIconLibrary.st	Tue Oct 19 19:08:45 2004 +0200
@@ -177,6 +177,32 @@
     ^Icon
         constantNamed:#'XPToolbarIconLibrary class copy22x22Icon'
         ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+GQTUEQTUEQTUEQTUEA4]GQ4]GQ4]GQ4UGQ4]DPPDABX&I!!P]GQ4]GQ4]GQ4]EQ4]GP$KABX&I!!<TGQ4]GQ4]GQ4]GQT]GQ4IDPP&I"X_EA4]GQ4]GQ4]GQ4U
+GQ4]C1DEI!!<_G1P]GQ4]GQ4]GQ4]EQ4]A@PDABX&I!!<TGQ4]GQ4]GQ4]GQT]GP,KA@P&EQTUEQTUEQTUEQTTGQ4UGQ4QDP,DD!!T]GQ4QA@PDI"X&EA4]EQ4S
+DQDQA@(UGQ4]BP,DI"X&G1P]GQT]GQDZF08PEQ4]GP$QABX&I!!<TGQ4UGP<LAPX&C!!T]GQ4ODPT&G1<_EA4]EQ4@H TFI 8UGQ4DA@PDI"X&G1P]GQT]ABHE
+F!!,NEQ4]B0,DA@P&I"XTGQ4UGRHYF XBC!!T]GQDQB0P&I"X&EA4]EP$"H TFI 8UGQLQDQDDI"X&I!!P]GQPTEAPTEAPTEQ4]DQ(QARX_I"XTGQ4]GQ4]GQ4]
+GQT]C00EA"XNG2@REA4]GQ4]GQ4]GQ4UGP@"APX&C" J@QP]GQ4]GQ4]GQ4]EQ4DH TZF08(B DTGQ4]GQ4]GQ4]GQT]H!!$ZA HNG0(AEA4]GQ4]GQ4]GQ4U
+BRH"APX&C" J@QP]GQ4]GQ4]GQ4]EAPTEAPTEAPTEAPTGP@a') ; colorMapFromArray:#[250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_? @_? @_? @_? @_? @_? @_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8@G?8@G?8@G?8@G?8@G?8@G?8') ; yourself); yourself]
+!
+
+copyFile22x22Icon
+    "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 copyFile22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#copyFile22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class copyFile22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
 GQTUEQTUEQTUEA4]GQ4]GQ4]GQ4]GQ4UGQ4]DPP''I!!TTGQ4]GQ4]GQ4]GQ4]EQ4]GP$K@"XUG!!P]GQ4]GQ4]GQ4]GQT]GQ4IDPX&EAPTEA4]GQ4]GQ4]GQ4U
 GQ4]C1DEI!!<\HQP]GQ4]GQ4]GQ4]EQ4]GQLIFQ,%E!!\TGQ4]GQ4]GQ4]GQT]GQ4]BRH&EQTUEQTUEQTTGQ4]GQ4UGQ4SDPP(D!!T]GQ4QAB\&EQP]GQ4]EQ4S
 C1 [G0(UGQ4]BP,BI!!T^EA4]GQT]GQDZF08PEQ4]GP$QA"XTEAPTGQ4UGP<LAPX&C!!T]GQ4ODPT&G10!!EA4]EQ4@H TFI 8UGQ4]D0$YF2TVE1P]GQT]ABHE
@@ -185,6 +211,29 @@
 BRH"APX&C" J@QP]GQ4]GQ4]GQ4]EAPTEAPTEAPTEAPTGP@a') ; colorMapFromArray:#[250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_<@@_>@@_?@@_? @_? @_? @_??@_?? _??0_??8_??8_??8_??8_??8_??8_??8@G?8@G?8@G?8@G?8@G?8@G?8') ; yourself); yourself]
 !
 
+copyWidget22x22Icon
+    "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 copyWidget22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#copyWidget22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class copyWidget22x22Icon'
+        ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@DQDQDQD0@@@@@@@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3L3L @@@@@@@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3@@@@@@@@@@@S
+L3LADQDQDQL@@AL3L0D3L3L3L @@D3L3@SL3L3L2@@@SL3LAL3L3L3H@@AL3L0D3L3L3L @@L"H"@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3L3L @@@@@@
+@SL3L3L2@@@@@@@AL3L3L3H@@@@@@@D3L3L3L @@@@@@@SL3L3L2@@@@@@@CH"H"H"H@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?0@_?0@_?0@_?0@_?0@_?0@_?0@_??8_??8_??8_??8_??8_??8_??8_??8@O?8@O?8@O?8@O?8@O?8@O?8@O?8') ; yourself); yourself]
+!
+
 cut22x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -237,6 +286,32 @@
 @@BUN<B>/%X?@@@@GQ4]GQ4]@@@@@@@@@IV#R7AY@@@@@@@a') ; colorMapFromArray:#[250 250 255 225 225 237 236 236 244 213 213 228 245 245 252 241 241 248 239 239 246 216 216 230 210 210 224 252 252 255 229 229 239 248 248 254 244 244 250 219 219 232 234 234 243 253 253 255 232 232 241 249 249 254 224 224 236 254 254 255 156 156 182 208 208 223 206 206 221 204 204 219 246 246 253 242 242 249 240 240 247 238 238 245 215 215 229 255 255 255 211 211 225 230 230 240 228 228 238 201 201 218 243 243 249 222 222 235 220 220 233 218 218 231 235 235 244 233 233 242 231 231 240 0 0 0 190 120 28 223 223 232 255 230 45 187 107 15 198 129 29 248 208 38 188 188 204 255 233 38 254 192 24 182 178 92 164 150 134 190 106 11 138 79 26 115 109 132 212 137 29 120 120 150 248 180 21 166 97 20 245 208 41 235 178 28 153 91 27 142 82 26 195 195 210 255 218 34 160 96 27 189 189 204 164 164 186 241 241 245 207 139 30 178 110 28 239 239 243 176 110 26 255 230 37 198 108 8 158 158 180 255 220 37 190 120 23 127 127 156 252 168 11 181 181 199 177 177 195 255 192 17 227 227 234 154 92 27 242 140 1 227 168 29 172 106 28 133 76 26 251 214 39 192 121 21 218 141 30 186 118 25 230 170 35 151 90 27 255 223 36 224 156 29 255 160 0 213 213 223 197 125 29 255 211 36 164 98 23 130 130 158 186 118 28 184 184 201 154 89 23 176 109 28 180 180 197 249 193 30 245 162 13 253 213 37 181 99 13 166 95 18 205 205 218 147 147 171 255 235 42 211 137 29 201 201 214 199 199 212 229 161 30 183 109 18 172 172 192 219 142 30 169 103 27 198 126 29 222 157 26 248 186 25 177 99 15 133 133 160 189 189 205 187 117 28 241 241 246 232 138 6 255 228 38 100 100 134 250 158 7 150 150 173 156 92 27 211 142 28 255 169 5 224 161 34 121 121 151 252 189 25 119 119 149 208 127 15 255 242 44 90 90 127 86 86 123 209 134 29 142 142 168 140 140 166 246 190 32 240 130 0 255 223 34 218 153 31 192 192 207 188 188 203 243 171 19 130 125 146 250 195 29 159 159 181 211 211 222 151 85 21 203 130 29 230 156 19 255 218 30 228 228 235 221 144 30 237 180 29 237 176 29 91 91 127 154 91 27 243 200 38 234 170 26 197 197 211 220 158 32 255 191 20 133 75 26 249 249 252 218 142 30 110 110 142 202 116 11 151 89 27 211 142 23 218 218 228 197 126 29 251 156 6 211 127 13 77 77 116 255 153 0 255 151 0 255 149 0 242 149 7 215 144 30 186 117 28 129 129 157 113 93 95 181 181 198 245 163 13 137 78 26 241 181 32 164 99 26 152 152 176 231 178 32 148 148 172 183 115 28 219 142 17 205 134 23 171 171 191]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_<8@_>8@_?8X_?8<_?9<_?;<_??8_??0_?? _??@_?>@_?<@_??@_?? _??0_??0G>90C890@@90@@?0@@? @@_@') ; yourself); yourself]
 !
 
+cutWidget22x22Icon
+    "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 cutWidget22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#cutWidget22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class cutWidget22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+!!XT@@@@@@@@@@@@BT)D@@@@@@@BE!!XT@@@@@@@@@@@@@*F4X@@@@@@@@!!XVE@HVE!!XVE!!XVE!!UJEQKT@@@AGA8VE!!PBE-[V5-[V5-[UQ!!UZ4@@BASPH$!!XT@
+!![V5-[V5-[V5F9VA-@A6_HTBIHVE@HV5-[V5-[V5-R, S+PQW(U!!I@^E!!PBE-[V5-[V5-[T\"U5%_Q4-+6^E!!XT@!![V5-[V5-[V5+Y-/,26B)$H@!!XVE@HV5
+-[V5-[V5-WVAIC8X%9\@@HVE!!PBE-[TAO8Q4-[TOJEH*#WH@@@BE!!XT@!!WQCEQ$H#:P7B5E,\9<@@@@@!!XVE@GP8$9@<*6ROE@)?)9<@@@@@@HVE!!PBNR[J0
+-U]7BGDCNV,PDE@@@@BE!!XT@UFXV-[UY#G%J$$<FMPY;!!@@@!!XVE@I!!#*+V5,E.@AZ8"H$@%N19;@HVE!!P@L(T0M+H\RP:T1"ENJ%$"KX@BE!!XT@]G"!!OV*1
+HSL@V&:\@@A)BQ<@!!XVE!!PA4W@QAK0@@@I)>Q @@Q"1X@HVE!!XT@@@@@@@@@@@@''JV @@CZ)F BE!!XVE@@@@@@@@@@@@&Y6^%DV#\C(@!!XVE!!P@@@@@@@@@@
+@GPS(*B LA\@@HVE!!XT@@@@@@@@@@@@@]HL#R3P@@@BE!!P@a') ; colorMapFromArray:#[0 0 0 190 120 28 223 223 232 255 230 45 187 107 15 198 129 29 248 208 38 188 188 204 255 233 38 254 192 24 182 178 92 164 150 134 190 106 11 138 79 26 207 207 219 115 109 132 212 137 29 120 120 150 248 180 21 166 97 20 245 208 41 235 178 28 153 91 27 142 82 26 195 195 210 255 218 34 160 96 27 189 189 204 164 164 186 241 241 245 207 139 30 178 110 28 239 239 243 176 110 26 255 230 37 198 108 8 158 158 180 255 220 37 129 71 26 190 120 23 127 127 156 252 168 11 181 181 199 177 177 195 255 192 17 227 227 234 126 69 26 154 92 27 242 140 1 227 168 29 143 83 26 172 106 28 133 76 26 251 214 39 192 121 21 218 141 30 186 118 25 230 170 35 151 90 27 255 223 36 224 156 29 255 160 0 213 213 223 197 125 29 255 211 36 164 98 23 130 130 158 186 118 28 184 184 201 154 89 23 176 109 28 180 180 197 249 193 30 245 162 13 253 213 37 181 99 13 166 95 18 205 205 218 147 147 171 255 235 42 211 137 29 201 201 214 199 199 212 229 161 30 183 109 18 134 77 26 172 172 192 219 142 30 169 103 27 198 126 29 222 157 26 248 186 25 177 99 15 133 133 160 189 189 205 159 96 27 187 117 28 241 241 246 149 87 27 232 138 6 255 228 38 100 100 134 250 158 7 150 150 173 156 92 27 211 142 28 255 169 5 224 161 34 121 121 151 254 254 255 252 189 25 119 119 149 208 127 15 255 242 44 90 90 127 86 86 123 209 134 29 142 142 168 140 140 166 246 190 32 240 130 0 255 223 34 139 77 23 218 153 31 192 192 207 188 188 203 243 171 19 130 125 146 250 195 29 159 159 181 211 211 222 151 85 21 203 130 29 255 255 255 136 77 26 230 156 19 255 218 30 228 228 235 221 144 30 237 180 29 237 176 29 91 91 127 154 91 27 243 200 38 234 170 26 197 197 211 220 158 32 255 191 20 133 75 26 249 249 252 218 142 30 110 110 142 202 116 11 151 89 27 211 142 23 218 218 228 197 126 29 251 156 6 211 127 13 77 77 116 255 153 0 255 151 0 255 149 0 242 149 7 215 144 30 186 117 28 129 129 157 113 93 95 181 181 198 245 163 13 137 78 26 241 181 32 164 99 26 152 152 176 231 178 32 148 148 172 183 115 28 219 142 17 205 134 23 171 171 191 127 127 127 170 170 170]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A0@_?<@_?<0_?=8_??8_??8_??0_?? _??@_?>@_?<@_?<@_?>@_??@_?? _?? _?? G13 @A3 @A? @A?@@@>@') ; yourself); yourself]
+!
+
 deleteFile17x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -505,6 +580,128 @@
 YVU%YVU%YVU%YVU%YVTb') ; colorMapFromArray:#[204 208 220 222 120 43 215 217 224 183 59 8 254 203 97 163 140 130 254 191 54 224 227 236 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 115 119 132 254 226 7 248 201 137 240 242 248 140 145 163 106 109 123 212 215 227 247 181 30 207 211 222 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 227 230 238 242 102 12 254 226 119 254 191 0 193 197 211 254 231 26 254 203 3 208 210 219 207 208 218 169 113 95 210 207 211 241 243 248 214 218 228 249 210 160 254 176 36 210 214 224 229 231 236 228 229 235 254 231 201 254 165 69 241 195 142 219 221 226 234 184 145 231 233 241 186 100 65 249 250 252 228 231 238 226 180 137 254 239 98 201 206 218 200 204 217 245 209 172 220 114 42 217 219 227 196 200 213 161 124 106 211 213 221 254 197 55 247 233 220 222 209 212 252 246 238 220 223 233 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 238 240 247 166 46 5 232 234 241 205 209 221 241 212 187 254 136 5 254 184 94 254 144 8 225 228 237 245 247 250 223 226 235 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 211 214 223 254 207 47 254 181 24 116 120 133 145 109 112 240 241 248 193 129 103 223 153 96 105 108 122 253 254 254 211 214 226 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 178 183 200 254 116 14 217 219 225 229 231 240 247 248 251 246 248 250 224 227 235 254 171 10 219 221 230 207 90 27 222 218 223 254 161 10 248 203 113 254 162 0 254 158 0 211 213 222 209 211 220 207 209 218 205 207 216 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 230 232 240 248 249 251 254 231 65 249 193 57 240 178 78 224 226 234 202 207 219 222 224 232 201 205 218 254 191 42 254 201 65 214 216 224 254 184 75 212 214 222 243 245 249 228 142 66 217 220 230 254 167 2 195 120 93 0 0 17 231 233 237 254 214 81 248 214 181 248 122 26 237 239 246 235 237 244 254 167 5 234 237 243 197 82 32 232 174 56 251 252 253]; mask:((Depth1Image new) width: 17; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??8@??<@??<@??<@??<@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@??>@') ; yourself); yourself]
 !
 
+editorOverlayIcon
+    "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 editorOverlayIcon inspect
+     ImageEditor openOnClass:self andSelector:#editorOverlayIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class editorOverlayIcon'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C4HO@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@<IBXSA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O 2>1Z8;A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CJD28?^U/A
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CJU[1:AE7A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CJ*C6;B#OA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@CJ1FB_G3/A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CJFF(+''JSA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@CJP22)O,''A\''H@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@V1SV+H\3A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@VDKZJ!!YSA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A7+EXB[%CK@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@BY-2 UY27K@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@4T81>"<,@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%15%"
+G@X@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FDS]ELP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A@@@@@8@@@@_@@@@O8@@@A?@@@@O8@@@A?@@@@O8@@@A?@@@@O>@@@A?@@@@O8@@@A?@@@@O8@@@A>@@@@O
+0@@@A<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+!
+
+editorOverlayIcon2
+    "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 editorOverlayIcon2 inspect
+     ImageEditor openOnClass:self andSelector:#editorOverlayIcon2
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class editorOverlayIcon2'
+        ifAbsentPut:[(Depth8Image new) width: 17; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@A/ZV4O"H @@@@@@@@@@@@@WP6%MC!!R"@@@@@@@@@@@@@B-HXA>\PNH@@@@@@@@@@@@UX(% UXINH @@@@@@@@@@@BTHJDL]@ @"@@@@@@@
+@@@@@A8(*% #Y @@@@@@@@@@@@A EE1:DJ0@@@@@@@@@@@@@@EBFGE:''G0@@@@@@@@@@@@BMI8]$#G2I@@@@@@@@@@@@@A)!!B#A0[ @@@@@@@@@@@@@/SVNY
+B4H@@@@@@@@@@@@@@INRQ0X5( @@@@@@@@@@@@AAD!!6Z''@EI@@@@@@@@@@@@@G<>S$1W#0@@@@@@@@@@@@@@\"PNAI>N@@@@@@@@@@@@@@@6MADUN @@@@@@
+@@@@@@@@@C44)(,@@@@@@@@@@@@@@@@@QPU(@@@@@@@@@@@@@@@@@@AOJ0@@@@@@@@@@@@@@@@@@@E<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[204 208 220 222 120 43 215 217 224 183 59 8 254 203 97 163 140 130 254 191 54 224 227 236 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 115 119 132 254 226 7 248 201 137 240 242 248 140 145 163 106 109 123 212 215 227 247 181 30 207 211 222 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 227 230 238 242 102 12 254 226 119 254 191 0 193 197 211 254 231 26 254 203 3 208 210 219 207 208 218 169 113 95 210 207 211 241 243 248 214 218 228 249 210 160 254 176 36 210 214 224 229 231 236 228 229 235 254 231 201 254 165 69 241 195 142 219 221 226 234 184 145 231 233 241 186 100 65 249 250 252 228 231 238 226 180 137 254 239 98 201 206 218 200 204 217 245 209 172 220 114 42 217 219 227 196 200 213 161 124 106 211 213 221 254 197 55 247 233 220 222 209 212 252 246 238 220 223 233 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 238 240 247 166 46 5 232 234 241 205 209 221 241 212 187 254 136 5 254 184 94 254 144 8 225 228 237 245 247 250 223 226 235 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 211 214 223 254 207 47 254 181 24 116 120 133 145 109 112 240 241 248 193 129 103 223 153 96 105 108 122 253 254 254 211 214 226 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 178 183 200 254 116 14 217 219 225 229 231 240 247 248 251 246 248 250 224 227 235 254 171 10 219 221 230 207 90 27 222 218 223 254 161 10 248 203 113 254 162 0 254 158 0 211 213 222 209 211 220 207 209 218 205 207 216 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 230 232 240 248 249 251 254 231 65 249 193 57 240 178 78 224 226 234 202 207 219 222 224 232 201 205 218 254 191 42 254 201 65 214 216 224 254 184 75 212 214 222 243 245 249 228 142 66 217 220 230 254 167 2 195 120 93 0 0 17 231 233 237 254 214 81 248 214 181 248 122 26 237 239 246 235 237 244 254 167 5 234 237 243 197 82 32 232 174 56]; mask:((Depth1Image new) width: 17; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@A8@@C<@@C<@@G<@@G8@@G8@@O0@@O0@@_0@@_ @@?@@@?@@A?@@A>@@A>@@A<@@A8@@A0@@A @@A@@@@@@@@@@@') ; yourself); yourself]
+!
+
+fileBrowser24x24Icon
+    "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 fileBrowser24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#fileBrowser24x24Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class fileBrowser24x24Icon'
+        ifAbsentPut:[(Depth8Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@C0@@@@@@@@@@C@0@A XFA XFA XFA XF
+@@@@@@@@@@@@C@0@A @@@@@@@@@@@@@F@@@@@@@@@@@@C@0@A @NC 8NC 8NC @F@@@@@@@@@@@@C@0@A @NC 8@@@@@@@@@@@@@@@@@@@@@C@0@A @NC 8@
+DA@PDA@PDA@P@@@@@@@@C@0@A @@C 8@DA@PDA@PDA@P@@@@@@@@C@0@A @A@@8@DA@P@@@@@A@P@@@@@@@@C@0@A @@@P@@DA@P@A@P@A@P@@@@@@@@C@0@
+A @@@@D@DA@PDA@PDA@P@@@@@@@@C@0@A @@@@@@DA@PDA@PDA@P@@@@@@@@C@0@A @P@@@@DA@PDA@PDA@P@@@@@@@@C@0@A @PD@@@@@@@@@@@@@@@@@@@
+@@@@C@0@A @PD@@@@@@@@@@@@@@@@@@@@@@@C@0@A @PDA@PDA@PD@@F@@@@@@@@@@@@C@0@A @PDA@PDA@PD@@F@@@@@@@@@@@@C@0@A @@@@@@@@@@@@@F
+@@@@@@@@@@@@@@0@A XFA XFA XFA XF@@@@@@@@@@@@@@@@A XFA XFA XFA XF@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@C0@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[64 64 64 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170 227 227 22]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@O?? O?? O?? O?? O??<O??<O??<O??<O??<O??<O??<O??<O??<O?? O?? O?? O?? G?? C?? A?? @@@@@@@@') ; yourself); yourself]
+!
+
+fileBrowser32x32Icon
+    "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 fileBrowser32x32Icon inspect
+     ImageEditor openOnClass:self andSelector:#fileBrowser32x32Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class fileBrowser32x32Icon'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@KB0B@ PFR45PCP<QVE)\FQ-)@@@@@@@@@@@@@@@@@@@BQ"0,R@XHB%ARUQDSEU1^XA4_JP@@@@@@
+@@@@@@@@@D]GA@P,KD0JC@9UU5$UFA) X&T!!H60@@@@@@@@@@@@@R@TERT$FKC@0LG\2^CL4^3Y=M788D2\(\& @@@@@@@AIA YJR \GLG\''I2\''I2\''I2\''
+I3T%X8M6 0@@@@@@@@\GR4,HBD17L"]3\7M3@F56]''Y6"ELWX6=1^P@@@@@@B@!!LS@$ISW 3I3E3KR,@[VMO@F9.S4=OS4=OX0@@@@@IST4JB$9N^#P''K"=0
+\0A-X0A._G1<_G1<_G1<[ @@@@)NS ,KTEA;M"\;BWQ3@F5#@B\''I2\''I2\''I2\''Z @@TE@LCEEQCSX7I1LSN0$@[VL@I7T3_S&BOX%B@PQK@@AQTP4MT%HN
+M78''@@@SD3,IX0@'']3Q>QC2GPX5FAT,@@EHNC%QTC0<8_3&@ P@@D1L;BR\3_S%_IB)+I@QJR0@@U@<OUUTPDC&@I2\''I2\@@ALSI3Q>N#2GPX5FAT-K@@@P
+DEYVDQEWN(D'']SM=NXH&@@@''_S&BOX%B@PQJBT,@@ADQU5\RD%"A "]7MG9DOH]A#R\''I2\''@@@@@@@@@@@@D%!!XD1MYVXH;I3M=NU<$J&,$AD)KI4L@@@@@
+@@@@@@@SVU$TEE)Z!!C0''MG8:OH]A#TXER4,''Q@@@@@@@@@@@@E)ZEQU[V1ZEOR]=NXH="THAAD(IR2]E@@@@@@@@@@@@V5,VE%1\FHX>I2\''I2\''I2\''I2\''
+I4X@@@@@@@@@@@A\FA!!]WQ$YO#>IPH)A"4JL#TPAQPIF@0@@@@@@@@@@@E4YFU9^F!!(?"R\''I2\''I2\''I2\''Z"\D@@@@@@@@@@@@F!!)_W1,[XDBJI7T3_S&B
+OX%B@PQKI0T@@@@@@@@@@@@[F6A GA1!!PX,'']3Q>QC2GPX5FAT,''A @@@@@@@@@@@A1!!XQ4]X&IB#B\3_S%_IB)+I@QJR2\G@@@@@@@@@@@@GVI"G!!9$YH2M
+I3Q>N#2GPX5FAT-KI4,@@@@@@@@@@@A$YA<_YVT #TP''_S&BOX%B@PQJBT,''S@@@@@@@@@@@@@@@HBA&Y"DAQR\''I2\''I2\''I2\''I2]M@@@@@@@@@@@@@@@@
+@F\"H IF@4\DRD$FR ]KBD0IB$8@@@@@@@@@@@@@@@@@@@@#@4\DR@UIA ]KBD0ISP)NB0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 177 177 177 175 175 175 173 173 173 171 171 171 169 169 169 167 167 167 165 165 165 163 163 163 161 161 161 159 159 159 157 157 157 155 155 155 153 153 153 151 151 151 149 149 149 147 147 147 145 145 145 143 143 143 141 141 141 139 139 139 137 137 137 135 135 135 242 0 0 133 133 133 131 131 131 129 129 129 127 127 127 125 125 125 123 123 123 121 121 121 119 119 119 117 117 117 115 115 115 113 113 113 111 111 111 107 107 107 159 0 0 95 95 95 91 91 91 42 167 42 77 77 77 75 75 75 55 55 55 226 226 226 47 47 47 45 45 45 43 43 43 216 216 216 37 37 37 214 214 214 212 212 212 210 210 210 53 0 0 208 208 208 206 206 206 204 204 204 202 202 202 200 200 200 196 196 196 194 194 194 192 192 192 190 190 190 188 188 188 186 186 186 184 184 184 182 182 182 180 180 180 178 178 178 176 176 176 174 174 174 172 172 172 170 170 170 168 168 168 166 166 166 164 164 164 162 162 162 160 160 160 158 158 158 255 0 0 156 156 156 154 154 154 152 152 152 235 0 0 150 150 150 148 148 148 146 146 146 144 144 144 142 142 142 140 140 140 138 138 138 136 136 136 134 134 134 132 132 132 130 130 130 128 128 128 126 126 126 124 124 124 122 122 122 192 0 0 120 120 120 118 118 118 116 116 116 114 114 114 53 188 53 90 90 90 88 88 88 78 78 78 76 76 76 0 192 0 254 177 102 74 21 21 52 52 52 66 21 13 200 253 200 42 42 42 40 40 40 217 217 217 192 255 192 215 215 215 213 213 213 53 7 0 211 211 211 209 209 209 254 218 164 207 207 207 205 205 205 203 203 203 201 201 201 199 199 199 197 197 197 159 255 159 195 195 195 193 193 193 191 191 191 189 189 189 102 33 18 187 187 187 185 185 185 183 183 183 181 181 181 179 179 179]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@G??8@A??? @_??>@G???>A???? _???<G????!!????<_????''????9????>_????''????9????>_???@G???0A???<@_???@G???0A???<@_???@G??
+?0A???<@_???@G???0A???<@G???@@_??0@A??<@@@@@@@@@@@@b') ; yourself); yourself]
+!
+
 fitImageSizeToView22x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -531,7 +728,7 @@
 MSL.I2H"H"H"H"HO,;N3,;N3,;N3,;N3,;N3,;N3,;N3,0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 50 164 0 50 171 0 137 0 0 206 0 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 162 254 130 165 254 132 200 255 132 201 255 133 60 36 135 170 255 139 207 255 140 175 255 144 179 255 149 184 255 153 188 255 157 192 255 162 196 255 166 200 255 170 204 255 174 208 255 174 218 230 177 212 255 181 215 255 185 219 255 188 222 255 191 225 255 212 211 224 218 217 230 219 219 230 220 220 231 222 221 232 223 223 233 225 224 234 225 225 234 226 226 237 227 226 235 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 238 238 244 239 238 243 239 239 245 240 239 244 241 240 245 241 241 246 241 241 247 242 242 246 242 242 247 243 243 247 243 243 248 244 244 248 244 244 249 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 250 250 251 250 250 252 251 251 252 251 251 253 253 253 254 254 254 255 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????@@@C') ; yourself); yourself]
 !
 
-fitImageSizeToView22x22Icon2
+help28x28Icon2
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
 
@@ -539,22 +736,23 @@
      the ImageEditor may not be able to read the specification."
 
     "
-     self fitSizeToView22x22Icon inspect
-     ImageEditor openOnClass:self andSelector:#fitSizeToView22x22Icon
+     self help28x28Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#help28x28Icon2
      Icon flushCachedIcons
     "
 
     <resource: #image>
 
     ^Icon
-        constantNamed:#'XPToolbarIconLibrary class fitSizeToView22x22Icon'
-        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
-,;N3,;N3,;N3,;N3,;N3,;N3,;N3,3H<P38;M3P,H2@^GA(VEQHQCP0KA D<[&-%XU=WST%BN#D!!GQ$TD@(IBP\BQF(A@PDA@T-FPCX+G1,W@PDA@PDHAT23
-@[N3,;N3,;N3,;N3,;N3,;LA&1!!^,0F3@PDA,;N3,;N3,;HA@PF)@Y,0W[LA,0F3,;N3,;N3,;J1+:0A) FWK523@[LA,0DA@PDA@PDA@PF&@ZXA%25Z,;N3
-,;LA^G!!8^G!!8^G A(:N ''YD*V[N3,;N3@W DA@PDA@Q8@ZN!!''Y*MJE"3,;N3,0E8^@PDA@Q8^@F](Y6Z#RYV,;N3,;LA^G!!8[G!!8^G A&)*V%H %U[N3,;N3
-@W!!8^F18^G!!8@Y*V%IJEIER3,;N3,0DC@0M,@0M8^@FT%)RR!!RIS,;N3,;LA@0LC@0LC@0LA$)JO#(H"T+LA,0F1@PDA@PDA@PDA@YHA# FAH%F3@[LA,Z*''
-)JJ^&)"T$(>N@X8A RIO,0F1@PDA):R"'')*X%IHA@PFI@W<"S*4A*J^''):^''$9BL"(^D#8>O @E>H"&-@PDA@PF'')9NP#H*G!!@DA@PDA @<)R$!!GQTD?OS$8
-MSL.I2H"H"H"H"HO,;N3,;N3,;N3,;N3,;N3,;N3,;N3,0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 0 50 164 0 50 171 0 137 0 0 206 0 1 50 177 2 56 178 3 64 241 3 67 246 3 73 255 4 74 255 5 63 191 7 66 194 10 71 196 10 79 255 12 59 167 12 82 255 14 77 199 18 83 201 19 88 255 21 91 255 23 89 204 27 95 206 28 97 255 29 72 179 30 100 255 32 101 209 36 106 255 36 107 211 39 109 255 41 113 214 45 115 255 45 119 216 48 118 255 50 87 176 50 125 219 51 88 176 51 88 177 52 89 178 52 90 178 53 90 178 53 127 212 54 91 179 54 123 255 54 131 221 55 92 180 55 95 181 56 93 180 56 94 181 57 127 255 57 149 229 58 99 184 58 137 224 61 104 187 63 132 255 63 143 226 64 108 190 66 113 193 66 135 255 67 149 229 68 157 232 69 117 196 71 155 231 72 122 199 72 141 255 75 126 202 75 144 255 75 160 234 77 163 236 78 131 206 80 149 255 81 136 209 84 140 212 84 153 255 87 145 215 88 157 255 91 168 235 93 161 255 94 154 222 96 157 223 96 165 255 97 159 225 98 160 225 98 162 226 99 163 227 100 165 228 101 166 229 101 170 255 102 167 230 103 169 231 104 170 232 104 173 255 105 172 233 105 174 234 106 175 235 109 178 255 112 180 255 117 186 255 119 187 255 122 154 245 125 160 253 125 193 255 126 161 253 126 194 255 127 162 254 130 165 254 132 200 255 132 201 255 133 60 36 135 170 255 139 207 255 140 175 255 144 179 255 149 184 255 153 188 255 157 192 255 162 196 255 166 200 255 170 204 255 174 208 255 174 218 230 177 212 255 181 215 255 185 219 255 188 222 255 191 225 255 212 211 224 218 217 230 219 219 230 220 220 231 222 221 232 223 223 233 225 224 234 225 225 234 226 226 237 227 226 235 227 227 236 227 227 238 228 228 237 229 229 239 231 230 238 231 231 238 231 231 240 232 232 241 233 232 239 233 233 240 234 234 242 235 234 241 236 236 243 237 236 242 237 237 244 238 237 243 238 238 244 239 238 243 239 239 245 240 239 244 241 240 245 241 241 246 241 241 247 242 242 246 242 242 247 243 243 247 243 243 248 244 244 248 244 244 249 245 244 247 246 246 249 246 246 250 247 246 249 247 247 250 248 248 251 249 249 250 249 249 251 250 250 251 250 250 252 251 251 252 251 251 253 253 253 254 254 254 255 255 255 255]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????????@@@C') ; yourself); yourself]
+        constantNamed:#'XPToolbarIconLibrary class help28x28Icon2'
+        ifAbsentPut:[(Depth4Image new) width: 28; height: 28; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@@@@@3H@@@@@@@@@@@@@@@@CL2@@@@@@@@@@@@@@@@L3L @@@@@@@@@@@@@@@3L3@@@@@@@@@@@@@BLCL3
+L0@@@@L3@@@@@CL0L3L3@@H3L3L0@@A@L3@3L3LBH#L3L3A@@D@3LCL3L0H"L3L3LD@@PCL0L3L3@"D3L1L0P@A@L3@3L3LBH!!L1L3A@@D@3LCL3L0H"HQL3
+LD@@PCL0L3L3@"H#D3L0P@A@L3@3L3LBH"D1L3A@A@L3LBL3L0H"D3LSLD@D@3L0H#L3@"D#L3D0P@PCL3LBH#LBHRL3L3A@A@L3L3@"H0H"H3L3LD@D@3L3
+L H"@"H#L3L0P@PCL3L"@"HBH"L3L3A@A@H"H"H H H"H#L2HD@D@@H"H"HB@"H"H"H@P@ADP@H"H HBH"H @DQ@@@@DP@@"H@H"H@Q@@@@@@@@@Q@@B@ @D
+P@@@@@@@@@@@AD@@Q@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[64 64 64 0 128 92 192 192 192 253 253 253 191 191 0]; mask:((ImageMask new) width: 28; height: 28; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@X@@@@G @@@A<@@@@_ @@@G<@@@G?@\@C?9? C????A????0_???<G????A????0_???<G????A????0????<O????C????0????<O????C????0????<O??
+??C????0O???8@_?? @@?? @@A?@@@@a') ; yourself); yourself]
 !
 
 hexToggle19x22Icon
@@ -688,6 +886,119 @@
 ?;<C??<?@_?0O0@@@C<b') ; yourself); yourself]
 !
 
+image22x22Icon
+    "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 image22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#image22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class image22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@LC@0LC@0LC@0LC@0LC@0LC@@@@@@@C@0LC@0LC@0LC@0LC@0LC@0@@@@@@
+@0LC@ HB@ HB@ LC@0LC@0L@@@@@@@LC@ HB@ HB@ HB@0LC@0LC@@@@@@@C@ HB@ HD@ HD@ HC@0LC@0@@@@@@@0HB@ HB@ HB@ HB@ LC@0L@@@@@@@LB
+A@HB@ HB@ HB@ HC@0LC@@@@@@@C@ HB@ HBA@HD@ HB@0LC@0@@@@@@@0HB@ HD@ HB@ HB@ LC@0L@@@@@@@LB@ HB@ HB@ HB@ HC@0LC@@@@@@@C@0HB
+@ HB@ HD@ HB@0LC@0@@@@@@@0HD@ HB@ HB@ HB@ LC@0L@@@@@@@LB@ HB@PDA@ HB@0LC@0LC@@@@@@@C@0HB@ HA@PHB@0LC@0LC@0@@@@@@@0LC@0LC
+@PDC@0LC@0LC@0L@@@@@@@LC@0LC@0DA@0LC@0LC@0LC@@@@@@@DA@PDA@PA@PPDA@PDA@LC@0@@@@@@A@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C') ; yourself); yourself]
+!
+
+imageEditor22x22Icon3
+    "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 imageEditor22x22Icon3 inspect
+     ImageEditor openOnClass:self andSelector:#imageEditor22x22Icon3
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class imageEditor22x22Icon3'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@D)GRAH@@@@@@@@@@@@@@@@@@@@@@C8PZB\*N@@@@@LC@0LC@0LC@0LC@0M-G%MQS@\@@@@C@0LC@0LC@0LC@0L9VRETN 0*@@@@
+@0LC@ HB@ HB@ LCXQ5&C48K@@@@@@LC@ HB@ HB@ HB@1,#Z30_QP@@@@@C@ HB@ HD@ HD@$DVOT<S[@@@@@@@@0HB@ HB@ HB@ H7UQ$?Z!!0@@@@@@@LB
+A@HB@ HB@ I\H%YDV5@C@@@@@@@C@ HB@ HBA@HDFDHMI$-I@0@@@@@@@0HB@ HD@ HBISQCX 8/@0L@@@@@@@LB@ HB@ HB@&A_LP((Y0LC@@@@@@@C@0HB
+@ HB@"8UF&M$A#HC@0@@@@@@@0HD@ HB@ IRKST3N58C@0L@@@@@@@LB@ HB@PDASR@QBFU]@0LC@@@@@@@C@0HB@ HA@R$''EA\+@0LC@0@@@@@@@0LC@0LC
+@PD,I6%Z@0LC@0L@@@@@@@LC@0LC@0DAL@%F@0LC@0LC@@@@@@@DA@PDA@PA@SX$A@PDA@LC@0@@@@@@A@PDA@PDA@Q@A@PDA@PDA@P@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C3_??;_??;_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C') ; yourself); yourself]
+!
+
+imageEditor32x32Icon
+    "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 imageEditor32x32Icon inspect
+     ImageEditor openOnClass:self andSelector:#imageEditor32x32Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class imageEditor32x32Icon'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A#X0A#X6L@X6M#@FM#X0A#X6L@X6M#@FM#X6M#X6M#X6L@X0A#@FL@X0A#@FL@X0A#@FL@X0A#@FM#
+X6M#X6M#@FM#X0A#X6L@X6M#@FM#X0A#X6L@X6M#@FM#X6M#X6M#@FM#X6M#X6M#X6M#X6M#X6M#X6M#X0A#X6M#X6M#X6M#@FMST5MST5MST5MST5MST5MS
+T6L@X6M#X6M#X6M#X0A#X8UST5MST5MST5MST5MST5MSX6L@X6M#X6M#X6L@X6NE''8TUT%IRDW-6T&TUEQUREVU#X6L@X6M#X6M#X6L@!!XNC-\$"CP4AZF!!,
+[@58H'']F^FM#@FM#X6M#X6M#X8V4%\R-.,%-ZF!!(ZF!!(@R,+J2,+X0A#X6M#X6M#X6M#@L:H%I:1)<$6M#X6M#Y;S0@WU!!\@X0A#@FM#X0A#X0A#X<:$2KJA
+*L$PRT$PRT$@X0AJ@FL@X0A#@FL@X0A#X0A#X<;@''L^D%<%GQ4]G@FM#X0A#X6L@X6M#@FM#X0A#X0A#_L;J*[:M&<%!!K2<V@FM#X6M#X6M#X6M#X6L@X6L@
+X6MBP,:K+IF=/<$GA59B@FM]WU5]WU5]WPU#@FM#@FM#X1QQT\: $,F]3\&/+0A#X79>_''8?SG9>M6M#@FM#@FM#W5<]W8+K&\JN4L$@X6M#]TU5^''):O4T-
+X6M#@FM#@FLDA@PDAH*F1[^6.<$@X6M4]GQCP4MC@!!-#X0A#X0A#X7%9^W%9^[CC)XB.(,<@X6)*N2P$IBP;F6L@X6L@X6M#\7M3\7M@BK3F$H&+$<=#C1<L
+LC@0FA=MX6L@X6L@X6L9ZS$9NU!!NS)"#.[N836L^\&\C@0M/G%Q#X6L@X6L@X3D1LSHJD!!HRD(?L)**L $QDQ@% [11DUFM#@FM#@FM#N" :B"@ BB8.VHJG
+&*FVWE0ZWE,&I2\IX0A#X0A#X6MPHU@!!HU@!!TEAPHRD@X6L8NC 3L3L3NCU#X0A#X0A#X0,KB0,KB0,KB0,K@FM#X6Y&Y@X)JU]UD6M#X0A#X0A#[&8=[&9.
+[&8>[&9.@FM#V%)ZV%)ZV%(*X6L@X6L@X6M#X6M#X6M#X6M#X6M#@FM=_W5=_W5=_T-#@FM#@FM#X0A#X6L@X6M#@FM#X0A#X6M#X6M#X6M#X6M#@FM#@FL@
+X0A#@FL@X0A#@FL@X6M#@FM#X0A#X6L@X6M#@FM#@FM#X0A#X6L@X6M#@FL@X0A#@FL@X0A#@FL@X0A#X6M#X6M#X6M#X6M#X6M#X6L@X6M#@FM#X0A#X6L@
+X6L@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 204 182 197 175 191 155 231 236 210 180 93 134 80 116 78 243 246 205 237 221 229 243 212 225 168 189 45 234 181 203 230 120 163 206 217 175 116 58 97 238 191 210 119 149 33 231 217 226 122 70 106 246 226 234 199 215 22 167 85 127 112 56 96 233 210 221 127 63 104 222 229 200 239 222 230 165 188 18 104 136 54 150 174 23 174 90 130 135 162 28 120 150 33 248 227 235 224 117 159 115 57 98 187 97 139 225 231 212 242 223 232 237 241 207 165 187 17 218 113 156 232 239 159 210 224 18 121 60 100 225 203 215 82 118 61 245 216 228 234 219 227 228 234 211 211 109 152 210 109 151 240 244 206 232 166 192 185 203 26 229 217 225 69 107 61 181 200 12 203 105 147 218 114 155 144 168 98 207 170 190 236 123 166 235 123 165 178 193 171 196 101 143 142 72 113 159 81 123 221 228 213 149 174 23 71 109 49 116 57 97 232 218 227 208 144 174 231 218 226 134 68 108 218 231 11 64 102 55 128 156 45 245 225 233 181 144 167 224 117 160 167 86 127 112 55 96 111 55 95 149 173 39 195 213 8 127 64 104 228 236 143 239 202 217 240 223 231 207 223 3 237 241 208 165 187 18 69 106 66 233 215 224 174 89 130 234 239 208 234 219 228 135 67 108 255 255 255 219 229 107 112 56 95 195 212 7 156 178 68 227 215 224 203 105 148 103 135 39 243 224 233 186 157 177 172 135 160 235 123 166 225 232 195 223 181 200 193 135 164 135 162 27 195 101 143 85 121 44 71 109 50 136 89 121 116 57 98 115 57 97 188 97 139 218 226 214 210 190 203 150 77 118 216 230 0 61 100 53 165 120 149 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@BH"H A7]7\@???? G???0@???8@_???@O???8A???<@_??>@G???4S????._????3????9????<?????''????<????>_????O????9?????O????''??
+??3????>_????3????9????<?????'']7??<"H.;.@@ADQ@@@@@@b') ; yourself); yourself]
+!
+
+imageEditor32x32Icon3
+    "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 imageEditor32x32Icon3 inspect
+     ImageEditor openOnClass:self andSelector:#imageEditor32x32Icon3
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class imageEditor32x32Icon3'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@D)GRAH@@@@@@@@@@@@@@@@@@@@@@C8PZB\*N@@@@@LC@0LC@0LC@0LC@0M-G%MQS@\@@@@C@0LC@0LC@0LC@0L9VRETN 0*@@@@
+@0LC@ HB@ HB@ LCXQ5&C48K@@@@@@LC@ HB@ HB@ HB@1,#Z30_QP@@@@@C@ HB@ HD@ HD@$DVOT<S[@@@@@@@@0HB@ HB@ HB@ H7UQ$?Z!!0@@@@@@@LB
+A@HB@ HB@ I\H%YDV5@C@@@@@@@C@ HB@ HBA@HDFDHMI$-I@0@@@@@@@0HB@ HD@ HBISQCX 8/@0L@@@@@@@LB@ HB@ HB@&A_LP((Y0LC@@@@@@@C@0HB
+@ HB@"8UF&M$A#HC@0@@@@@@@0HD@ HB@ IRKST3N58C@0L@@@@@@@LB@ HB@PDASR@QBFU]@0LC@@@@@@@C@0HB@ HA@R$''EA\+@0LC@0@@@@@@@0LC@0LC
+@PD,I6%Z@0LC@0L@@@@@@@LC@0LC@0DAL@%F@0LC@0LC@@@@@@@DA@PDA@PA@SX$A@PDA@LC@0@@@@@@A@PDA@PDA@Q@A@PDA@PDA@P@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@C3_??;_??;_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C') ; yourself); yourself]
+!
+
 leftArrow24x24Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -768,6 +1079,106 @@
 \S9!!@@@@@@@A@PD@\''I2\''I2\''HA@PE2\''I2\''I2@PDA\ @a') ; colorMapFromArray:#[240 240 224 240 232 224 176 184 208 143 144 200 143 144 208 175 176 216 207 200 224 144 160 192 111 112 208 111 104 208 128 136 184 143 152 200 112 112 208 175 168 216 128 144 200 112 112 216 127 128 208 112 120 208 111 104 168 127 120 216 127 120 176 160 176 208 192 200 224 208 208 232 144 160 200 127 120 224 127 120 208 128 128 224 208 208 216 175 176 208 143 144 216 143 136 232 128 136 224 128 128 232 112 112 176 143 136 152 176 176 184 160 168 192 143 136 216 160 160 168 112 112 168 191 184 184 175 176 200 143 144 224 127 120 144 207 200 208 144 152 208 143 144 240 143 136 240 128 128 208 223 216 232 144 160 208 159 152 216 191 184 192 159 168 200 144 144 232 144 144 248 127 120 168 159 168 208 144 144 240 144 152 224 159 152 248 144 144 168 159 152 240 143 136 208 160 168 200 159 152 232 160 160 248 160 160 184 128 128 160 176 176 176 192 200 208 144 144 192 159 160 232 160 160 200 175 184 208 159 160 224 176 176 216 208 216 216 160 168 240 175 168 248 160 160 232 223 216 224 192 200 216 159 160 208 160 176 200 160 168 224 176 176 248 176 176 240 224 224 240 176 184 216 159 168 216 175 168 240 143 136 192 175 176 240 143 136 160 191 184 200 175 168 176 159 160 192 159 152 192 191 184 248 175 168 208 176 184 200 192 192 248 176 184 240 160 160 208 175 176 232 191 184 232 144 144 160 175 176 184 159 152 160 192 200 200 176 176 192 144 152 176 239 232 224]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C@@@C@G@C@_<C@?<C@??CA??#G??#G<_CG8O#C0O3O0O3O0_#O0_CG8?#G??CG??CC?<CA?<C@?8C@_ C@@@G') ; yourself); yourself]
 !
 
+menuEditor32x32Icon
+    "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 menuEditor32x32Icon inspect
+     ImageEditor openOnClass:self andSelector:#menuEditor32x32Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class menuEditor32x32Icon'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\''I2\''I2\''I2\''I2\''I2\#0@@@@@@@@@@@@@@@@@@@BPH"H"H"H"H"H"H)8"H"H"O@@@
+@@@@@@@@@@@@@@@@@F4"H"H"H"H"H"H"H"H"H"H<@@@@@@@@@@@@@@@@@@@@D"H"H"H"H"H"H"H"H"H"H#0@@@@@@@@@@@@@@@@@@@BSU5]WU5]WU5]WU5]W
+U5]WO@@@@@@@@@@@@@@@@@@@@L!!J@2A$YB@C@2A$YEIRT%H<@@@@@@@@@@@@@@CJ2 @@NIJR$)JR$)JR$)JR$)JR$#0@@@@@@@@@@@@@2$HO2 B*$)JR$)JR
+$)JQZYJR$)JRO@@@@@@@@@@@@L(2BXSA2*E%$)JR$)JR$)JR$)JR$)H<@@@@@@@@@@CJ 2>1Z8;A-VN-+Z5FQ$Z-QDQDR4-KR30@@@@@@@@@@@CJD28?^U/A
+H''I2\''I2\''I2\''I2\''I2O@@@@@@@@@@@@@CJU[1:AE7AH"H"H"H"H"H"H"H"H"H<@@@@@@@@@@@@@@CJ*C6;B#OAH"H"H"H"H"H"H"H"H#0@@@@@@@@@@@@@
+@@CJ1FB_G3/AH"H"H"H"H"H"H"H"O@@@@@@@@@@@@@@@@@CJFF(+''JSA^7-;(E];(@0LC@0<@@@@@@@@@@@@@@@@@@CJP22)O,''A\''I2\''I2\''I2\#0@@@@@
+@@@@@@@@@@@@@@@V1SV+H\3AH"H"H"H"H"H"O@@@@@@@@@@@@@@@@@@@@@ VDKZJ!!YSAH"H"H"H"H"H<@@@@@@@@@@@@@@@@@@@@#W57+EXB[%A4H"H"H"H"
+H#0@@@@@@@@@@@@@@@@@@@B2RARY-2 UY24E) 8NC : O@@@@@@@@@@@@@@@@@@@@@^?"LX4T81>"<.X\''I2\''H<@@@@@@@@@@@@@@@@@@@@B<MQ_8\%15%"
+G@X"H"H"H#0@@@@@@@@@@@@@@@@@@@@M^B]O)61&DS]ELRH"H"H"O@@@@@@@@@@@@@@@@@@@@C@''F2NWN\B:%U!!!!H"H"H"H<@@@@@@@@@@@@@@@@@@@@!!+N0
+Q:9(M!!&=WA^[.WZ9#30@@@@@@@@@@@@@@@@@@@@^\''I2\''I2\''I1[7I2\''I2O@@@@@@@@@@@@@@@@@@@@@D"H"H"H"H"H"H"H"H"H"H<@@@@@@@@@@@@@@@@
+@@@@CRH"H"H"H"H"H"H"H"H"H#0@@@@@@@@@@@@@@@@@@@BZH"H"H"H"H"H"H"H"H"H[O@@@@@@@@@@@@@@@@@@@@D153XF%V!!6#V,4] U(:GQ6@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147 87 87 92]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@G??0@A??<@@_??@@G??0@A??<@@_??@A''??0@=??<@_???@O???0A???<@O???@A???0@O??<@A???@@O??0@A??<@@_??@@G??0@A??<@@_??@@G?
+?0@A??<@@_??@@G??0@A??<@@_??@@G??0@A??<@@_??@@@@@@@b') ; yourself); yourself]
+!
+
+menuEditor32x32Icon2
+    "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 menuEditor32x32Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#menuEditor32x32Icon2
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class menuEditor32x32Icon2'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@L!!J@2A$YB@C@2A$YEIRT%H<@@@@@@@@@@@@@@CJ2 @@NIJR$)JR$)JR$)JR$)JR$#0@@@@@@@@@@@@@2$HO2 B*$)JR$)JR
+$)JQZYJR$)JRO@@@@@@@@@@@@L(2BXSA2*E%$)JR$)JR$)JR$)JR$)H<@@@@@@@@@@CJ 2>1Z8;A-VN-+Z5FQ$Z-QDQDR4-KR30@@@@@@@@@@@CJD28?^U/A
+H''I2\''I2\''I2\''I2\''I2O@@@@@@@@@@@@@CJU[1:AE7AH"H"H"H"H"H"H"H"H"H<@@@@@@@@@@@@@@CJ*C6;B#OAH"H"H"H"H"H"H"H"H#0@@@@@@@@@@@@@
+@@CJ1FB_G3/AH"H"H"H"H"H"H"H"O@@@@@@@@@@@@@@@@@CJFF(+''JSA^7-;(E];(@0LC@0<@@@@@@@@@@@@@@@@@@CJP22)O,''A\''I2\''I2\''I2\#0@@@@@
+@@@@@@@@@@@@@@@V1SV+H\3AH"H"H"H"H"H"O@@@@@@@@@@@@@@@@@@@@@ VDKZJ!!YSAH"H"H"H"H"H<@@@@@@@@@@@@@@@@@@@@#W57+EXB[%A4H"H"H"H"
+H#0@@@@@@@@@@@@@@@@@@@B2RARY-2 UY24E) 8NC : O@@@@@@@@@@@@@@@@@@@@@^?"LX4T81>"<.X\''I2\''H<@@@@@@@@@@@@@@@@@@@@B<MQ_8\%15%"
+G@X"H"H"H#0@@@@@@@@@@@@@@@@@@@@M^B]O)61&DS]ELRH"H"H"O@@@@@@@@@@@@@@@@@@@@C@''F2NWN\B:%U!!!!H"H"H"H<@@@@@@@@@@@@@@@@@@@@V+N0
+Q:9(M!!&=WA^[.WZ9#30@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 230 230 229 242 108 0 21 232 231 255 186 105 101 75 66 186 160 156 234 234 236 163 163 163 250 163 90 255 188 108 228 228 230 104 104 105 226 226 228 102 102 103 167 102 48 137 61 2 114 91 85 218 218 220 128 58 3 59 58 54 226 160 119 90 53 35 84 84 85 147 68 5 82 82 83 80 80 81 182 182 181 200 156 136 88 88 92 247 247 248 255 187 104 21 231 230 249 184 108 186 186 188 184 184 186 237 237 238 111 89 88 235 235 236 180 180 182 191 120 84 231 231 232 5 237 237 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 213 213 214 99 91 79 254 232 208 253 196 141 101 62 48 221 111 4 101 101 104 114 80 64 133 233 234 150 150 152 89 89 92 255 200 146 85 85 88 218 115 4 254 184 102 254 127 3 174 239 241 172 217 216 215 165 133 134 60 4 0 129 126 85 77 68 0 125 126 110 110 109 69 69 72 105 104 104 19 230 230 0 138 139 102 102 101 3 135 132 116 116 118 165 165 166 254 232 217 161 161 162 19 234 233 137 78 56 84 84 83 139 65 5 220 102 2 97 94 99 95 96 97 172 104 77 90 90 92 253 205 143 88 88 90 255 199 145 86 86 88 84 84 86 219 112 4 56 56 55 231 173 141 5 141 143 21 231 231 3 189 187 115 113 116 252 217 191 107 107 108 2 191 189 223 115 4 247 184 110 134 137 141 225 225 227 250 157 80 221 221 223 0 134 131 219 219 221 254 254 252 205 198 194 159 97 83 89 89 90 105 105 109 91 51 26 193 193 192 254 184 100 254 129 1 95 95 99 185 185 184 110 113 117 219 162 125 144 146 147 91 91 95 89 89 93 9 238 238 216 154 122 253 198 145 246 163 82 173 173 172 120 116 120 186 187 188 238 238 239 247 120 7 249 219 197 174 106 74 181 181 183 254 204 149 108 108 108 230 230 231 2 190 188 2 186 188 179 170 171 243 174 115 116 116 119 0 133 130 165 165 167 223 217 214 75 37 16 216 216 217 108 108 111 255 190 110 175 249 249 190 190 188 255 132 1 96 96 99 135 225 226 251 251 251 90 90 93 255 201 146 88 88 91 101 104 107 137 137 139 145 68 5 254 128 3 133 225 227 251 120 0 133 59 3 0 128 126 111 111 110 11 243 242 109 109 108 240 110 9 159 158 157 106 103 105 5 237 236 88 135 130 215 106 4 119 58 22 173 233 233 107 107 109 122 123 127 254 136 9 222 113 4 85 85 84 173 235 236 213 213 216 138 138 139 190 118 68 83 83 85 187 187 187 136 62 5 133 58 2 164 165 161 127 70 39 138 243 244 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@_??@A''??0@=??<@_???@O???0A???<@O???@A???0@O??<@A???@@O??0@A??<@@_??@@G??0@A??<@@_??@@G?
+?0@A??<@@_??@@G??0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+!
+
+menuEditor32x32Icon3
+    "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 menuEditor32x32Icon3 inspect
+     ImageEditor openOnClass:self andSelector:#menuEditor32x32Icon3
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class menuEditor32x32Icon3'
+        ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@GU2\34@@@@@@@@@@@@@@@@@@@@@@@@@@@A)N9MRUVL@@@@@@@@@@@@@@@@@
+@@@@@@@@@I!!I_''17L @@@@@RFPLMB@ M@0LMB@ +J2-$!!D1?YS]U@@@@@@0SD1LSD1LSD1LSD1LSD81H$S)9M @@@@@@EQLSD1LSD1LSK2XSD1LSQ$:VY4)0
+@@@@@@@QAALSD1LSD1LSD1LSD61AZG(>%0@@@@@@@B0,GA0\IRT%GA(ZF"\''X(ADZ)UG@@@@@@@@AR8.K"8.K"8.K"8.K(]M V>F^8L@@@@@@@@EC0<OC0<O
+C0<OC0<OP648TWY4@@@@@@@@@@TOC0<OC0<OC0<OC5A_[(49V @@@@@@@@@@AP<OC0<OC0<OC0<O"8)\MUNR@@@@@@@@@@@EKR4-KR4-KRP(KU%@QX:OLU4@
+@@@@@@@@@@T.K"8.K"8.K"8._U!! W&ZI@@@@@@@@@@@@AP<OC0<OC0<OC0=8R303$H @@@@@@@@@@@@EC0<OC0<OC0<OC5QRO4IVE@@@@@@@@@@@@@TOC0<O
+C0<OC0<OU5JT!!P<T@@@@@@@@@@@@AQ,[F1,[F1,[F1-[MGD[IAP@@@@@@@@@@@@EK"8.K"8.K"8.K&EOK"8.E@@@@@@@@@@@@@TKC0<OC0<OC0<OZ0<OC0<T
+@@@@@@@@@@@@AR$OC0<OC0<OC0<OC0<OC1P@@@@@@@@@@@@JG!!\OC0<OC0<OC0<OC0<OE@@@@@@@@@@@@@8AA2(!!FA<IGRL"@!!X E!!@T@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 106 103 105 108 108 111 21 232 231 3 189 187 226 226 228 104 104 105 109 109 108 21 231 231 82 82 83 213 213 214 187 187 187 133 233 234 21 231 230 90 90 92 186 186 188 108 108 108 135 225 226 138 243 244 2 186 188 85 85 88 133 225 227 107 107 109 182 182 181 107 107 108 19 230 230 0 129 126 102 102 103 0 128 126 85 85 84 180 180 182 101 101 104 105 105 109 111 111 110 84 84 85 88 88 90 96 96 99 0 125 126 2 191 189 0 138 139 97 94 99 193 193 192 110 110 109 19 234 233 5 141 143 95 95 99 254 254 252 2 190 188 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 255 255 255 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@C0@@@A>@@@@_ A???8@_??<@G???@A??? @_??8@G??>@A???@@_?? @G??8@A??>@@_??@@G??0@A??<@@_??@@G??0@A??<@@_??@@G??0@A??
+<@@_??@@@@@@@@@@@@@b') ; yourself); yourself]
+!
+
 newDirectory22x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -794,6 +1205,58 @@
 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[176 175 128 176 240 159 143 159 128 240 240 208 240 223 128 192 160 112 192 159 79 191 160 111 255 240 208 127 208 96 255 255 224 175 239 144 239 239 176 191 176 175 15 79 0 160 176 95 255 208 128 255 240 224 208 207 192 192 160 111 239 223 111 175 160 159 255 240 207 47 32 31 0 160 0 64 176 48 95 80 79 176 160 128 111 128 48 143 128 127 208 208 207 255 240 223 208 207 191 112 159 95 79 64 63 0 96 0 240 224 160 144 159 143 255 255 223 239 224 176 224 223 127 176 160 127 160 159 144 96 207 80 240 224 128 224 224 223 223 207 207 127 159 111 63 175 48 160 144 96 112 111 96 175 159 112 240 239 176 255 224 127 239 223 143 176 144 96 191 159 111 96 207 79 224 224 175 80 176 64 240 239 143 223 208 159 176 127 64 144 144 143 240 224 159 31 159 31 240 239 175 223 208 191 208 207 144 160 144 143 143 224 112 240 239 208 64 176 63 95 207 79 63 160 47 207 191 144 160 128 64 255 224 176 0 127 0 80 191 64 208 192 143 239 207 112 223 192 96 160 143 111 176 240 144 239 224 192 255 239 160 207 192 176 223 191 95 143 239 112 255 224 175 240 224 207 15 160 15 80 79 79 16 95 16 0 80 0 143 224 111 191 240 159 255 224 143 175 240 144 208 176 80 207 191 143 63 63 48 240 208 128 15 127 15 255 239 191 192 192 191 207 207 207 207 176 112 63 48 47 112 112 111 0 175 0 223 207 191 144 239 127 0 79 0 0 112 0 239 224 223 159 159 144 224 223 192 223 192 160 111 96 47 191 176 159 0 95 0 255 255 240 239 224 191 192 191 191 176 176 175 207 175 112 15 112 15 208 192 192 144 143 96 240 223 143 223 192 159 223 191 128 176 160 112 175 175 175 111 207 80 96 95 80 16 79 16 176 160 144 15 79 15 159 144 143 240 240 176 128 127 112 224 223 191 16 80 16 192 175 127 128 223 111 191 159 96 31 31 16 159 159 63 80 80 79 15 64 15 160 159 159 31 144 16 255 240 192 240 240 224 208 207 207 16 80 15 64 64 63 160 160 160 160 143 96 143 144 128 224 208 143 255 239 143 176 144 111 128 224 111 159 144 128 255 240 191 176 239 159 96 96 95 111 111 96 207 207 192 160 160 159 240 208 144 175 143 111 240 223 160 255 208 112 223 223 208 192 176 112 95 112 80 144 128 80 240 224 144 255 240 239 255 255 208 192 192 176 207 191 160 160 144 128 240 208 143 32 32 31 224 223 208 15 175 15 144 224 127 64 63 48 48 48 47 144 112 48 95 192 79 240 224 192 240 239 160 239 192 96 31 95 15 32 160 31 159 143 80 175 175 160 224 223 207 223 208 208 48 159 47 191 176 176 32 159 31 15 128 15 224 224 191 240 224 191 240 239 159 192 192 175 176 175 160 79 79 64 95 160 47 0 111 0 127 112 111 223 208 207 208 191 128 207 176 128 191 191 176 127 223 96 255 224 159 31 16 15 255 239 176 207 192 192 192 175 111 15 80 0 240 240 192 64 112 63 240 255 208 223 192 175 192 191 176 159 239 127 191 191 175 95 159 79 240 208 112 16 175 16 255 239 175 207 192 191 207 175 127 175 160 160 240 240 191 144 143 128 240 255 207 208 176 127 208 175 95 207 176 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@G0>@_?>@_?>@_?>@_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?8@_?0@@<@@@<@@@<@@@<@@@X@@@@@@') ; yourself); yourself]
 !
 
+newDirectory22x22Icon2
+    "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 newDirectory22x22Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#newDirectory22x22Icon2
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class newDirectory22x22Icon2'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@H,@@@@@@@@@@@@@@@@@@@@@@@@@@H.G"0@@@@@@@@@@@@@@@@@@@@BK"0BK (,@"8,@@@@@@@@@@@@@@@BK^8:K#(BN"89;"0@@
+@@@@@@@@@@@@@H-=#H%:"X1="0@@@@@@@@@@@@@@@@A?"89:"''*N"0@@@@@8B0,0L@\@@@@@CH.N^():#(,@@@@GA!!L$H" 0LC@0LH-=#H%:"X1="0@@A2 (
+JB (X6M.[(-;#(.N H:K#''.K@E((X3M.[#L3N3-["8,T"8JKM(.K@@@!!L5,3N3-KKQP5EB@D@H.G"3<?X@@@HQQKKQP BP$G]''Y6]''XS"6=/O0D@@BE3XVDO
+BP9#X6M#IBP(JC<_YR(@@@AFZ4)QK&8<N3, HB@3L68JO1\@@@@@QUD%W4\ \2@ RD +EAHR]Q(,@@@@@GDUL''P U3EHLT!!UUT!!UUR=8I0@@@@@MNQ$[W"M*
+\@T^APUS^T5$M@@@@@@@CWYP^U%YVQ0\Y34XOTP7U @@@@@@@@L>WT1LI$0&X$9&VAXQ[@@@@@@@@@A\P$QRPF!!2BG]AJT$@@@@@@@@@@@@@RTM)GS(BD@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[223 191 95 128 127 112 160 144 128 175 143 112 224 223 207 255 224 127 207 192 160 207 175 112 144 112 48 224 192 128 240 224 191 192 176 144 239 224 223 175 143 111 239 224 176 223 192 111 191 175 160 159 112 64 255 240 176 240 240 208 255 239 176 240 208 127 160 127 63 176 159 112 255 224 96 207 160 64 224 208 175 239 208 144 240 223 95 128 96 64 240 224 127 255 240 224 255 239 175 192 160 111 255 255 224 255 223 112 255 240 223 255 223 143 255 208 64 208 192 191 255 255 223 160 143 127 160 144 111 240 240 175 160 159 112 240 239 176 208 176 111 239 223 159 207 176 127 255 224 144 239 208 112 255 240 192 175 159 128 240 239 175 192 176 159 224 207 111 207 191 128 239 208 111 144 112 96 255 240 191 255 239 192 240 224 95 192 144 48 240 239 208 224 192 64 144 112 95 160 127 47 127 80 47 255 224 111 176 144 96 176 159 96 240 223 176 240 239 144 176 175 159 240 224 144 255 239 191 240 208 64 255 239 128 239 208 79 223 208 208 191 144 64 240 223 143 240 208 63 255 239 127 240 240 192 255 239 159 144 112 79 240 224 143 191 159 63 240 223 80 207 176 112 240 240 191 175 143 127 224 192 112 240 223 112 208 176 80 176 159 127 255 224 160 240 223 79 255 240 208 207 191 112 239 239 207 208 176 79 255 223 95 192 160 63 128 111 48 255 223 127 255 224 159 159 127 95 176 160 112 255 240 207 255 255 240 240 224 112 176 143 96 160 143 48 240 239 160 207 160 80 239 223 175 239 192 96 143 111 64 160 143 95 255 224 128 255 248 200 255 248 24 15 56 160 255 248 88 239 232 240 240 240 240 255 248 152 48 80 176 255 248 96 48 88 176 240 240 248 207 216 240 223 216 224 255 248 48 224 224 232 255 248 176 255 248 248 240 144 24 255 248 136 63 96 184 240 208 24]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@B@@@G@@@7X@A?<@@?8@@?0O0?0_??8_??<_??8_??8_??8_??0_?? _?? _?? _??@_?>@_?<@_? @_0@@@@@@') ; yourself); yourself]
+!
+
+newImage22x22Icon
+    "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 newImage22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#newImage22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class newImage22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@0@@@@@@@@@@@@@@@@@@@@@@@@@@@0MC@@@@@@@@@LC@0LC@0LC@0LLC@LLC 0CC@0@@@@C@0LC@0LC@0LLC1@LDADPCA@OC@@@
+@0LC@ HB@ HB@ 0RD1PUEALRC@@@@@LC@ HB@ HB@ HICA@UAQTPC@@@@@@C@ HB@ HD@ HD@ 0PEPTUD@0@@@@@@0HB@ HB@ HB@ 0RD1PUEALRC@@@@@LB
+A@HB@ HB@ 0OD@0PDQ@LD@<L@@@C@ HB@ HBA@HDC@0BC@8L@00L@@@@@0HB@ HD@ HB@ HB@ 0MC@L@@@@@@@LB@ HB@ HB@ HB@ HCC@LC@@@@@@@C@0HB
+@ HB@ HD@ HB@0LC@0@@@@@@@0HD@ HB@ HB@ HB@ LC@0L@@@@@@@LB@ HB@PDA@ HB@0LC@0LC@@@@@@@C@0HB@ HA@PHB@0LC@0LC@0@@@@@@@0LC@0LC
+@PDC@0LC@0LC@0L@@@@@@@LC@0LC@0DA@0LC@0LC@0LC@@@@@@@DA@PDA@PA@PPDA@PDA@LC@0@@@@@@A@PDA@PDA@PDA@PDA@PDA@P@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[87 87 87 133 60 36 0 206 0 174 218 230 0 137 0 255 248 248 207 216 240 240 240 248 239 232 240 240 240 240 48 88 176 224 224 232 240 144 24 255 248 48 255 248 96 255 248 24 240 208 24 255 248 152 255 248 88 255 248 136 255 248 176 255 248 200]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@BC_??3_??;_???_??;_??3_??3_??;_???_??;_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3_??3@@@C') ; yourself); yourself]
+!
+
 pasteFile22x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -820,6 +1283,32 @@
 G6M#FA%.KGD"A#=ST5MST5MST5MSO3<?O3<?O3<?O3<?T0@a') ; colorMapFromArray:#[0 0 0 238 175 55 250 250 255 146 100 44 231 151 25 187 141 61 225 225 237 139 135 136 216 146 43 240 181 63 241 206 77 236 236 244 213 213 228 139 139 162 254 252 139 157 113 54 239 199 68 123 73 37 242 189 71 125 125 151 133 132 129 217 147 43 242 193 74 245 245 252 241 241 248 239 239 246 216 216 230 214 145 43 244 218 92 210 210 224 240 186 65 252 252 255 198 144 60 136 136 161 229 229 239 248 248 254 249 235 116 151 151 172 244 244 250 219 219 232 148 104 50 204 137 42 200 195 127 253 239 126 234 234 243 253 253 255 232 232 241 244 227 137 137 137 161 146 97 41 153 126 104 245 245 247 237 182 54 204 148 58 249 249 254 224 224 236 138 134 135 144 86 32 238 180 58 147 103 48 222 140 19 232 198 98 254 254 255 156 156 182 196 196 208 208 208 223 206 206 221 204 204 219 253 246 131 126 126 152 204 151 60 198 150 64 132 131 128 246 246 253 232 198 107 242 242 249 145 89 35 240 240 247 238 238 245 149 106 52 241 204 76 233 157 32 215 215 229 255 255 255 211 211 225 139 139 164 167 122 56 230 230 240 123 73 36 228 228 238 242 187 70 243 212 84 235 163 40 201 201 218 177 131 59 246 223 100 237 237 240 147 101 46 152 152 173 243 243 249 222 222 235 220 220 233 218 218 231 236 169 47 227 227 233 254 249 137 229 145 17 145 90 37 248 229 108 242 203 79 235 235 244 251 240 124 233 233 242 231 231 240 154 127 105]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A>@@C?@@??8@??<@??<@??<@???@??? ???0???8???8???8???8???8???8???8???8???8???8_??8@G?8@G?8') ; yourself); yourself]
 !
 
+pasteWidget22x22Icon
+    "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 pasteWidget22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#pasteWidget22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class pasteWidget22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(8)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@0LC@0LBD@@@@@@EMST5MST0@@@@AEX%MST5L%D0@@@EMST5MST5L[BAU2UUL3L3L3X@42EP!!ST5MST5MSJT(/A4A(ZF!!(ZF!!@NB<=JUMST5MST4XN
+C!!Q@PDA@PDA@PD NZSUST5MST5MGQDP*EAPTEAPTEAP*QB, T5MST5MSAV=/[6=/[6=/@@@@@@@@@@@@@@@@@E8$IBP$IBP$I@AST5MST5MST5MS]@AV[F1,
+[F1,[F0@T7Q4]GQ4]GQ4]GL@C5=_W5=_W5=_@EM4]GQ4]GQ4]GQ3@D<\GA0\GA0\G@AS]GQ4]GQ4]GQ4\0@(V5-[[QXRV%(@T7Q4]GQ4]GQ4]GL@N0)PG $I
+BP$I@EM4]GQ4]GQ4]GQ3@FDPN DA@PDA@PAS]GQ4]GQ4]GQ4\0@CMF]''Y6]''Y6\@T7Q4]GQ4]GQ4]GL@LU1\WE1\WE1\@EM4]GQ4]GQ4]GQ3@F-QTUEQTUEQ
+TPAS]GQ4]GQ4]GQ4\0ALA@PDA@PDA@P@T7Q4]GQ4]GQ4]GL@DS1*Z&)*Z&)*@EM4]GQ4]GQ4]GQ3@EMXNS$9NS$9NPA4\7M3\7M3\7M3\0AST5MST5MST5L@
+@@@@@@@@@@@@@@@@T5MST5MST5L@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 238 175 55 250 250 255 146 100 44 231 151 25 187 141 61 225 225 237 139 135 136 216 146 43 240 181 63 241 206 77 236 236 244 213 213 228 139 139 162 254 252 139 157 113 54 239 199 68 123 73 37 242 189 71 125 125 151 133 132 129 217 147 43 242 193 74 245 245 252 241 241 248 239 239 246 216 216 230 214 145 43 244 218 92 210 210 224 240 186 65 252 252 255 198 144 60 136 136 161 229 229 239 248 248 254 249 235 116 151 151 172 244 244 250 219 219 232 148 104 50 204 137 42 200 195 127 253 239 126 234 234 243 253 253 255 232 232 241 244 227 137 137 137 161 146 97 41 153 126 104 245 245 247 237 182 54 204 148 58 249 249 254 224 224 236 138 134 135 144 86 32 238 180 58 147 103 48 222 140 19 232 198 98 254 254 255 156 156 182 196 196 208 208 208 223 206 206 221 204 204 219 253 246 131 126 126 152 204 151 60 198 150 64 132 131 128 246 246 253 232 198 107 242 242 249 145 89 35 240 240 247 238 238 245 149 106 52 241 204 76 233 157 32 215 215 229 255 255 255 211 211 225 139 139 164 167 122 56 230 230 240 123 73 36 228 228 238 242 187 70 243 212 84 235 163 40 201 201 218 177 131 59 246 223 100 237 237 240 147 101 46 152 152 173 243 243 249 222 222 235 220 220 233 218 218 231 236 169 47 227 227 233 254 249 137 229 145 17 145 90 37 248 229 108 242 203 79 235 235 244 251 240 124 233 233 242 231 231 240 154 127 105 127 127 127 170 170 170]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A>@@C?@@??8@??<@??<@??<@???<???<???<???<???<???<???<???<???<???<???<???<???<_??<@G?<@@@@') ; yourself); yourself]
+!
+
 removeTab16x16Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -1030,6 +1519,30 @@
 ?;<C??<?@_?0O0@@@C<b') ; yourself); yourself]
 !
 
+systemBrowser24x24Icon
+    "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 systemBrowser24x24Icon inspect
+     ImageEditor openOnClass:self andSelector:#systemBrowser24x24Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class systemBrowser24x24Icon'
+        ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#[4]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+DQDQDQDQDQDQDQDQE&Y&Y&Y#DQDQDQDQE$QDQDQBDQDQDQDQE$QDQDQBDQDQDQDQE$QDQDQBDQDQDQDQD2H"H"H"DQDQDQDQDQDQDQDQDQDQDQDQDQDQHQDQ
+DQDQDQDQDQDQHQDQDQDQDQDQDQDQHQDQDQDQDQDQDQDQHQDQY&Y&Y&X1DQDQDRH!!X@@@@@@!!DQDQXRH"X@@@@@@!!DQDQDQD!!X@@@@@@!!DQDQHQDQL"H"H"H!!
+DQDQHQDQDQDQDQDQDQDQHQDQDQDQDQDQDQDQHQDQDQDQDQDQDQDQHQDQY&Y&Y&X1DQDQDRH!!YUUUUUT!!DQDQXRH"YUUUUUT!!DQDQDQDQYUUUUUT!!DQDQDQDQ
+L"H"H"H!!DQDQDQDQDQDQDQDQ') ; colorMapFromArray:#[32 223 32 64 64 64 127 127 127 170 170 170 223 32 32 223 223 32 255 255 255]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?? @?? @?? @?? @?? @?? @?? @@ @@@ @@@!!??@!!??A1??A???A1??@!!??@!!??@ @@@!!??@!!??A1??A???A1??@A??@A??') ; yourself); yourself]
+!
+
 tabAdd16x16Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -1104,6 +1617,71 @@
  XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA XFA P@a') ; colorMapFromArray:#[109 243 0 55 187 0 11 108 0 18 149 0 55 167 0 213 232 255 218 229 250 217 227 249 62 176 0 90 104 197 79 200 0 226 234 251 96 230 0 210 230 255 69 185 0 86 215 0 42 150 0 142 156 218 187 197 239 158 177 227 201 255 153 32 135 0 197 206 242 49 159 0 22 122 0 39 148 0 160 173 232 131 157 220 147 178 229 224 238 255 73 206 0 56 168 0 221 232 252 29 131 0 73 190 0 90 224 0 19 118 0 63 67 120 63 177 0 126 151 218 16 146 0 53 164 0 70 186 0 33 164 0 214 224 248 213 222 247 132 255 21 99 106 198 16 114 0 60 173 0 216 232 253 101 118 203 30 162 0 111 245 0 184 194 238 47 180 0 224 237 254 154 172 225 223 235 253 214 232 254 194 203 241 64 178 0 111 131 209 17 149 0 133 145 214 167 193 234 142 171 226 249 252 255 61 194 0 216 225 249 44 152 0 105 239 0 34 139 0 7 102 0 121 144 215 209 230 255 246 250 255 128 139 212 24 124 0 68 185 0 102 235 0 4 98 0 48 157 0 21 122 0 206 255 162 45 177 0 11 107 0 150 167 223 72 196 0 219 230 251 156 255 66 62 195 0 168 180 234 1 94 0 191 200 240 89 214 0 106 240 0 106 124 206 69 202 0 8 103 0 218 232 253 159 255 72 32 164 0 113 247 0 59 191 0 164 176 233 42 149 0 76 209 0 76 195 0 85 97 195 49 164 0 49 158 0 190 255 132 116 137 212 123 134 209 83 216 0 12 122 0 137 151 216 119 252 2 118 252 1 166 187 231 194 222 255 118 128 207 36 141 0 97 226 0 87 221 0 16 113 0 77 210 0 113 122 205 255 255 255 23 128 0 40 146 0 30 151 0 225 238 255 13 111 0 101 235 0 47 179 0 222 234 252 170 192 234 252 253 255 121 253 3 96 111 201 180 191 237 220 234 253 54 166 0 212 231 255 27 129 0 147 161 221 115 249 0 162 182 229 61 183 0 61 175 0 176 187 236 41 173 0 217 232 253 137 164 224 68 184 0 4 135 0 4 133 0 85 212 0 14 112 0 226 239 255 31 134 0 215 232 254 92 225 0 172 183 235 243 249 255 0 0 0 123 255 0 15 139 0 32 165 0 103 255 0 144 255 27 46 203 0 56 194 0 29 157 0 90 248 0 60 217 0 192 255 130 94 251 0 23 151 0 206 255 147 111 255 0 148 255 63 37 167 0 10 132 0 27 154 0 51 187 0 130 254 18 14 139 0 48 201 0 102 255 0 21 148 0 28 183 0 164 255 71 18 174 0 55 192 0 167 224 170 171 255 81 45 179 0 18 142 0 116 255 0 42 191 0 113 255 0 32 162 0 93 251 0 43 178 0 6 128 0 23 152 0 84 241 0 84 239 0 37 192 0 37 168 0 10 133 0 27 155 0 159 255 70 0 98 0 14 166 0 85 242 0 41 175 0 112 255 0 75 231 0 135 255 26 31 160 0 65 222 0 55 211 0 141 157 224 164 175 229 178 194 242 178 187 232 130 147 221 46 145 54 47 129 47 46 132 45 46 133 45 250 255 255 241 249 255 195 206 251 184 201 251 178 197 251 182 200 251 170 192 251 187 202 251 177 197 251 166 191 251 7 162 0 0 111 0 0 107 0 1 122 0 16 173 0 0 154 0 0 142 0 0 120 0 0 118 0 0 116 0 0 114 0]; mask:((ImageMask new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@O??0_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8O??0@@@@@@@@@@@@@@@@') ; yourself); yourself]
 !
 
+uiPainter32x32Icon
+    "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 uiPainter32x32Icon inspect
+     ImageEditor openOnClass:self andSelector:#uiPainter32x32Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class uiPainter32x32Icon'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@T@APTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTE@@@EAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTE
+APTEAPT@@@@EAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAPTEAP@@@@TFA XFA XFA XFA XFA XFA XFA XFA XFA XB@@@@APXFA XFA XFA XFA XFA XF
+A XFA XFA XFA H@@@@EC@XEAPTEAPTEAPTEAP@FA PDA@PDA@PDA@TF@ @@@@0&C@TFA XFA XFA XF@@XFA@DA@PDA@PDAAPXB@@@LB (<T@XFA XFA XF
+A X@A XD@PDAAPXA@PDEA H@CC,\R3QAT@XFA XFA XFA @FA PA@PTFA XA@PTF@ @@UP<[IS .T@XFA XFA XF@@XFA@DEA XFA XAAPXB@@@@UR-ONP /
+T@XFA XFA X@A XD@PPDA@PDA@DEA H@@@@EUT\#S ,^T@XFA XFA @FA PA@PDA@PDA@PTF@ @@@@TFUUD0QQP"T@@@@@@@@@XFA@DA@PDA@PDAAPXB@@@@
+APXFUQH3FDQFT@XFA XFA XD@PDA@PDA@PDEA H@@@@EA XFUR\YRBQTT@XFA XFA PA@PDA@PDA@PTF@ @@@@TFA XFDUH RQUWT@XFA XFA@DA@PDA@PDA
+APXB@@@@APX@@@@@DP5LO#5BT@@@A XD@PDA@PDA@PDEA H@@@@EA @EAPTEM4(,A3T)U TFA PA@PDA@PDA@PTF@ @@@@TF@@TEAPTEP44WDCHZU XFA@DA
+@PDA@PDAAPXB@@@@APX@APTEAPTEG2)@N#=VA XD@PDA@PDA@PDEA H@@@@EA @EAPTEAPTEE%L-LQLIA PAAPTEAPTE@PTF@ @@@@TF@@TEAPTEAPTEBP8!!
+JA4FA@DEA XFA PAAPXB@@@@APX@APTEAPTEAPTEAPXEA XD@PDEA XD@PDEA H@@@@EA @EAPTEAPTEAPTEA TFA PA@PDEA@DA@PTF@ @@@@TF@@XFA XF
+A XFA XFAPXFA@DA@PDA@PDAAPXB@@@@APXEAPTEAPTEAPTEAPTEA XEAPTEAPTEAPTEA H@@@@EA XFA XFA XFA XFA XFA XFA XFA XFA XF@ @@@@HB
+@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@@@E@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@TB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB
+@ @E@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@O????#????8????>O????#????9????>?????''????8????>O????#????8????>O????#????8????>O????#????8????>O????#??
+??8????>O????#????8????>O????#????8@@@@@@@@@@@@@@@@b') ; yourself); yourself]
+!
+
+uiPainter32x32Icon2
+    "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 uiPainter32x32Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#uiPainter32x32Icon2
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class uiPainter32x32Icon2'
+        ifAbsentPut:[(Depth8Image new) width: 26; height: 26; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+AP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@APTEAPTEAPTEAPTEAPTEAY6Z&6TEAPTEAP@EAPTEAPTEAPTEAPTEAPVQX;):_X,EAPTE@@@EAPTEAPTEAPTE
+APTEA[=1)*R_V TEAPT@@@TFA XFA XFA XFA ZL*7R''#U==A HB@ @@APXFA XFA XFA XFA+M0.FJ!!W XF@ HB@@@EA TEAPTEAPTEAPTE[''Z=#7JXAPXB
+@ H@@@TFAPXFA XFA XFA)Q)$JI&/ D@A HB@ @@APXEA XFA XFA XF"*!!,$+1/A @F@ HB@@@EA TFA XFA XFA*95*Y^-(0XF@@XB@ H@@@TFAPXFA XF
+A XFZ9U ^Y:\A X@A HB@ @@APXEA XFA XFA''"G%+Q!!  XFA @F@ HB@@@EA TFA XFA XF,+FDWW.9A XF@@XB@ H@@@TF@@@@@@@@@HE([[V6VP@@@@@@
+A HB@ @@APXFA XFA XF)XBH!!(:0A XFA XF@ HB@@@EA XFA XFA Z \6Q[-:<FA XFA XB@ H@@@TF@@@@@@@@@G1:Y6)>@@@@@@@@A HB@ @@APX@APTE
+APTE_7*;+@TEAPTEA TF@ HB@@@EA @EAPTEAPVCWI$EAPTEAPTFAPXB@ H@@@TF@@TEAPTEAX%7APTEAPTEAPXEA HB@ @@APX@APTEAPTE$0TEAPTEAPTE
+A TF@ HB@@@EA @FA XFA XFA XFA XFA XFAPXB@ H@@@TFAPTEAPTEAPTEAPTEAPTEAPTEA HB@ @@APXFA XFA XFA XFA XFA XFA XF@ HB@@@B@ HB
+@ HB@ HB@ HB@ HB@ HB@ HB@ H@@@HB@ HB@ HB@ HB@ HB@ HB@ HB@ HB@ @a') ; colorMapFromArray:#[64 64 64 160 160 160 128 128 128 0 0 128 88 88 88 255 255 255 195 195 195 242 108 0 255 186 105 186 160 156 250 163 90 255 188 108 167 102 48 137 61 2 114 91 85 128 58 3 226 160 119 90 53 35 147 68 5 200 156 136 255 187 104 249 184 108 111 89 88 191 120 84 255 132 8 214 114 4 239 204 187 214 106 4 241 146 80 99 91 79 253 196 141 101 62 48 221 111 4 114 80 64 255 200 146 218 115 4 254 184 102 254 127 3 215 165 133 134 60 4 85 77 68 254 232 217 137 78 56 139 65 5 220 102 2 172 104 77 253 205 143 255 199 145 219 112 4 231 173 141 252 217 191 223 115 4 247 184 110 250 157 80 254 254 252 91 51 26 254 184 100 254 129 1 219 162 125 216 154 122 253 198 145 246 163 82 247 120 7 249 219 197 174 106 74 254 204 149 243 174 115 75 37 16 255 190 110 255 132 1 255 201 146 145 68 5 254 128 3 251 120 0 133 59 3 240 110 9 215 106 4 119 58 22 254 136 9 222 113 4 190 118 68 136 62 5 133 58 2 127 70 39 254 202 147 78 38 4 201 153 138 254 200 147 204 208 220 222 120 43 183 59 8 254 203 97 163 140 130 254 191 54 210 109 64 228 90 9 254 187 34 254 165 54 254 158 1 250 206 0 254 212 90 155 31 0 254 128 21 254 225 166 253 222 69 254 226 7 248 201 137 247 181 30 254 177 17 254 216 73 248 194 1 192 147 138 254 223 0 254 219 0 242 102 12 254 226 119 254 191 0 254 231 26 254 203 3 169 113 95 249 210 160 254 176 36 254 231 201 254 165 69 241 195 142 234 184 145 186 100 65 226 180 137 254 239 98 245 209 172 220 114 42 161 124 106 254 197 55 222 209 212 254 203 78 253 226 47 254 209 81 160 115 98 247 183 8 166 46 5 241 212 187 254 136 5 254 184 94 254 144 8 254 178 11 215 172 138 254 159 21 213 175 169 242 177 95 254 220 37 254 207 47 254 181 24 145 109 112 193 129 103 223 153 96 195 100 52 193 132 116 223 137 33 254 147 47 254 141 47 245 202 137 254 116 14 254 171 10 207 90 27 254 161 10 248 203 113 254 162 0 254 158 0 254 213 16 254 194 26 213 217 227 248 198 0 182 93 58 254 147 36 247 198 128 205 177 176 210 140 105 254 231 65 249 193 57 240 178 78 254 191 42 254 201 65 254 184 75 228 142 66 254 167 2 195 120 93 254 214 81 248 214 181 248 122 26 254 167 5 197 82 32 232 174 56]; mask:((Depth1Image new) width: 26; height: 26; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@^@@@@O0@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C???0@???<@O???@C??
+?0@???<@O???@@@@@@@b') ; yourself); yourself]
+!
+
 unixShellTerminal22x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -1206,14 +1784,116 @@
 )ZTWZKIE$)P''^+04(1XBXJ>%)Q$YFQDWZJTH)ZU:E1 V,4]&R#-A)ZV%)ZTWZL%E$ "%^+1Y(1Y&2D0;1ZV%)ZTWZL%E$  ''^+1Y(1Y&2DP)N;F%)Q''JZ,IE
 $*TH)ZV%FA V,4^P&S-'')ZTWZL%E$ !!9.+1Y(1Y&2DRPIP4;P8 Z@PNV&I,NWU>(Z15-R$0)&P4PN:J6T%R8A0-? Y6^L#Z&N3,;N3,;N6:%)ZV%)ZV%)ZV%
 )ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)ZV%)P@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[227 227 236 247 246 249 225 225 234 245 244 247 21 91 255 48 118 255 71 155 231 75 126 202 244 244 249 242 242 247 118 118 122 72 122 199 116 116 120 218 217 230 237 236 242 72 141 255 212 211 224 141 141 141 32 101 209 63 143 226 133 133 133 153 188 255 234 234 242 253 253 254 251 251 252 127 127 127 249 249 250 106 175 235 170 204 255 227 226 235 135 135 138 7 66 194 0 50 164 58 137 224 75 160 234 123 123 126 66 135 255 226 226 237 140 175 255 243 243 247 119 119 122 220 220 231 240 239 244 29 72 179 3 67 246 19 88 255 18 83 201 36 106 255 50 125 219 191 225 255 58 99 184 57 149 229 237 237 244 80 149 255 55 95 181 125 160 253 233 233 240 52 89 178 231 231 238 50 87 176 105 172 233 104 170 232 138 138 140 101 166 229 10 71 196 98 162 226 5 63 191 94 154 222 229 229 239 248 248 251 124 124 126 246 246 249 122 122 124 2 56 178 223 223 233 3 73 255 222 221 232 30 100 255 57 127 255 1 50 177 185 219 255 130 165 254 84 140 212 128 128 133 81 136 209 101 170 255 126 126 131 36 107 211 54 123 255 238 238 244 56 94 181 126 161 253 55 92 180 235 234 241 53 90 178 233 232 239 51 88 176 125 193 255 68 157 232 88 157 255 135 170 255 132 200 255 232 232 241 96 157 223 251 251 253 249 249 251 125 125 126 228 228 237 123 123 124 225 224 234 12 59 167 4 74 255 112 180 255 139 207 255 23 89 204 75 144 255 149 184 255 54 131 221 122 154 245 119 187 255 166 200 255 243 243 248 241 241 246 117 117 121 28 97 255 109 178 255 238 237 243 69 117 196 56 93 180 66 113 193 45 115 255 126 194 255 0 50 171 132 132 132 254 254 255 128 128 128 250 250 251 229 229 237 96 165 255 105 174 234 77 163 236 41 113 214 177 212 255 12 82 255 227 227 238 39 109 255 246 246 250 93 161 255 244 244 248 120 120 123 242 242 246 118 118 121 241 240 245 219 219 230 157 192 255 239 238 243 174 208 255 64 108 190 61 104 187 63 132 255 117 186 255 67 149 229 53 127 212 236 236 243 181 215 255 255 255 255 52 90 178 51 88 177 231 230 238 144 179 255 103 169 231 102 167 230 188 222 255 100 165 228 27 95 206 99 163 227 104 173 255 97 159 225 249 249 252 247 247 250 123 123 125 121 121 123 87 145 215 84 153 255 78 131 206 10 79 255 241 241 247 91 168 235 239 239 245 115 115 120 127 162 254 236 235 242 54 91 179 14 77 199 138 138 139 162 196 255 45 119 216 98 160 225 132 201 255 3 64 241 231 231 240 250 250 252 126 126 127]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@C????????????????????????????????????????????????????????????????????????????@@@C@@@C') ; yourself); yourself]
+!
+
+workspace32x32Icon
+    "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 workspace32x32Icon inspect
+     ImageEditor openOnClass:self andSelector:#workspace32x32Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class workspace32x32Icon'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@[0@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "1()[0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FT\@@@ "1)8[0@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@K''%&
+VG%9[0@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "18?K$1[^W%9[0@@@@@@@@@@@@@@@@@@@@@@@FT\\4%6P!!8?XTE9"W%9[0@@@@@@@@@@@@@@@@@@\11VAA*W
+K''$RXC:U@G%9"W%9[0@@@@@@@@@@@@@@@@@\D@< "18?K$1^_"(&^W%9T7%9[0@@@@@@@@@@@@@@@FT\\4%6P!!8?XTE8M''!!8^EM8"RY:[0@@@@@@@@@@\11V
+AA*WK''$RXH6U@G]8T7!!S^G\#AW $[0@@@@@@@@@\D@< "18?K$1^_''99]7!!8T7!!7H2M8N"P([0@@@@@@@FT\\4%6P!!8?XTE8T7]7]5M8"BL#^C($W70)@@@@
+\11VAA*WK''$RXH6U@G!!8"G^H]7\#AW :IG%9X78@@@@\D@< "18?K$1^_''99^G!!7"G]7H2M8N"Q9^RY>% @@@FT\ED%6P!!8?XTE8T7!!8^H!!7"BL#^C($W7$&
+I)I:@@@\G@BWK''$RXH6U@G!!7"G^H]7\#AW :IG%9B7)EI7,@@@]4@C<?K$1^_''99^G]7"G]7H2M8N''$AR4-\WF1,[@@@EDX#K#<?XTE8T7!!8]8!!7"BL#IEER
+T#MTVPY=_W5=@@@Q@BD#K(6U@G!!8T7"H]7]8TUIRL4)HGT "]YL,H&4@@@@@YG%9_''99^G!!8T7]U\WD1R 8NJ543L0$UEQTUEP@@@@A$YG!!9T7!!8]5M7E!!XV
+M82DQHRD!!I@/EQTUEQTU@@@@@F!!$YG%9T7!!S]7\$@!!XJP4A)@34;F2=WEQTUEQT@@@@@[6!!$YG%8T7!!7H7%?&@EPE *EIP5M!!(JB (JB  @@@@@@[6!!$YG!!8
+T2L#^S:CTS>T@U@VB(VEB@0LC@0L@@@@@@@@[6!!$YG$&NRZKI240Z#)[$PEN\V1,[F1,[F0@@@@@@@@@[6!!$YG(''V"P&I7:AS3P8OIFXYT9NS$9NG0@@@@@@
+@@@@[6!!$YG-;W7$&^$\)D282"''BN\(>O#7H?@@@@@@@@@@@@[6!!$YB!!<X"ZR^'',(Y25+ 3RG[#TYMX\@@@@@@@@@@@@@FF!!$YB$&$''(''I7-;Y2$*KR4-E8B@
+KP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@> @@@O<@@@C? @@G?<@@A?? @@_?<@@??? @O??<@C??? G???<A???? _???8????>O????#????9????>_????''????9_???>G????!!??
+??8_???>G???? ????8G???>@???? G???8@???>@G??? @@@@@b') ; yourself); yourself]
+!
+
+workspace32x32Icon2
+    "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 workspace32x32Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#workspace32x32Icon2
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class workspace32x32Icon2'
+        ifAbsentPut:[(Depth8Image new) width: 32; height: 32; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@[0@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "1()[0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@FT\@@@ "1)8[0@@@@@@@@@@@@@@@@@@@@@@@@@@\11VAA(@K''%&
+VG%9[0@@@@@@@@@@@@@@@@@@@@@@@@@\D@< "18?K$1[^W%9[0@@@@@@@@@@@@@@@@@@@@@@@FT\\4%6P!!8?XTE9"W%9[0@@@@@@@@@@@@@@@@@@\11VAA*W
+K''$RXC:U@G%9"W%9[0@@@@@@@@@@@@@@@@@\D@< "18?K$1^_"(&^W%9T7%9[0@@@@@@@@@@@@@@@FT\\4%6P!!8?XTE8M''!!8^EM8"RY:[0@@@@@@@@@@\11V
+AA*WK''$RXH6U@G]8T7!!S&W\#AW $[0@@@@@@@@@\D@< "18?K$1^_''99]7!!8T9&Z&"M8N"P([0@@@@@@@FT\\4%6P!!8?XTE8T7]7]5NY"I*Z&S($W70)@@@@
+\11VAA*WK''$RXH6U@G!!8"G^H&Y*YAY&Z&W%9X78@@@@\D@< "18?K$1^_''99^G!!7"I&Y&Y&YN)&Z&RY>% @@@FT\ED%6P!!8?XTE8T7!!8^H"Y"I&Y&Y*YW9$&
+I)I:@@@\G@BWK''$RXH6U@G!!7"G^H&Y&Y&Y$:&Y*YB7)EI7,@@@]4@C<?K$1^_''99^G]7"I&Y&Y*ZN)$AR4-\WF1,[@@@EDX#K#<?XTE8T7!!8]8"Y"I&Z&UER
+T#MTVPY=_W5=@@@Q@BD#K(6U@G!!8T7"H&Y*YTUIRL4)HGT "]YL,H&4@@@@@YG%9_''99^G!!8T9%U\WD1R 8NJ543L0$UEQTUEP@@@@A$YG!!9T7!!8]5NZE!!XV
+M82DQHRD!!I@/EQTUEQTU@@@@@F!!$YG%9T7!!S&Y&Z@!!XJP4A)@34;F2=WEQTUEQT@@@@@[6!!$YG%8T7!!7&Y&Z& EPE *EIP5M!!(JB (JB  @@@@@@[6!!$YG!!8
+T2L#&#:Y&)*T@U@VB(VEB@0LC@0L@@@@@@@@[6!!$YG$&NRZZ&)&ZZ#)[$PEN\V1,[F1,[F0@@@@@@@@@[6!!$YG(''V"RZ&)&AS3P8OIFXYT9NS$9NG0@@@@@@
+@@@@[6!!$YG-;W7$&^$\)D282"''BN\(>O#7H?@@@@@@@@@@@@[6!!$YB!!<X"ZR^'',(Y25+ 3RG[#TYMX\@@@@@@@@@@@@@FF!!$YB$&$''(''I7-;Y2$*KR4-E8B@
+KP@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179 104 216 0 0 144 0]; mask:((Depth1Image new) width: 32; height: 32; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@> @@@O<@@@C? @@G?<@@A?? @@_?<@@??? @O??<@C??? G???<A???? _???8????>O????#????9????>_????''????9_???>G????!!??
+??8_???>G???? ????8G???>@???? G???8@???>@G??? @@@@@b') ; yourself); yourself]
+!
+
+workspace32x32Icon3
+    "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 workspace32x32Icon3 inspect
+     ImageEditor openOnClass:self andSelector:#workspace32x32Icon3
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'XPToolbarIconLibrary class workspace32x32Icon3'
+        ifAbsentPut:[(Depth8Image new) width: 30; height: 28; photometric:(#palette); bitsPerSample:(#[8]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A)/@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@F''!!8[0@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@Z^G!!8^F<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@A(.^G!!8T7%/@@@@@@@@@@@@@@@@@@@@@@@@@@@@F''!!8"W!!S^G%9[0@@@@@@@@@@
+@@@@@@@@@@@@@@@Z^G!!8^H$*I''%9^V<@@@@@@@@@@@@@@@@@@@@@@A(.^G!!8T7 6^G!!8T7!!/@@@@@@@@@@@@@@@@@@@@F''!!8"W!!S^G]8T7!!S&W\#[0@@@@@@
+@@@@@@@@@@@^^G!!8^H%>^W]8^ENY&)(#^F<@@@@@@@@@@@@@@A8.^G!!8T7"I]7]7T9&H&)*YN"Q/@@@@@@@@@@@@G''!!8"W!!S^G!!8"G^H&Y*YAY&Z&W%9[0@@
+@@@@@@@^^G!!8^H%>^W!!8]8"Y&Y&Y&S*Y&)$&_&<@@@@@@GX.^G!!8T7!!S^G!!8"I&H&Y&Y&)%_&RX&$''(@@@@@G''!!8"W!!S^G!!7"G^H&Y&Y&Y$:&Y*YB7)EI7,@
+@@@^^G!!8^H%8^W!!7]8"Y&Y&Z&#*Y@T-KWE1,[F0@@A9$^G!!8T7!!S^G!!7"I&H&Y*YTUIRL5QYA''5=_W4@@A9$YG!!S^G!!8T7"H&Y*YTUIRL4)HGT "]YL,H&4@
+@F=(YFQ>^W!!8^ENYUWE1LT(NC"-]L3LIEQTUEQT@@@A/ZFQ$^G!!7T9(VE!!X7#HQD!!HRD$B<UEQTUEQT@@@@@[6!!$YG!!S&Y&Z@!!XJP4A)@34;F2=WEQTUEQT@
+@@@@@F=(YFQ8]9&Y&)(ATAXJ!!RTMSXZB (JB (H@@@@@@@A/ZFQ$H2NZO)&Z&)PATAXJ!!XTHC@0LC@0@@@@@@@@@[6!!$YBZZ&)&ZZ#)[$PEN\V1,[F1,[F0@
+@@@@@@@@@F=(YFP$&)*Y T<4NC2Q&FUNS$9NS!!<@@@@@@@@@@@A/ZFQ$^RY:Q2$SK#JJ\H92#8>O\#<@@@@@@@@@@@@@[6!!$YBZR^'',(Y25+ 3RG[#TYMX\@
+@@@@@@@@@@@@@F=(YFQ:I2];^6\)J"4-KQ^@ B4@') ; colorMapFromArray:#[0 0 0 167 167 167 157 157 157 146 82 44 155 155 155 208 208 207 234 154 84 147 147 147 138 66 36 234 130 84 70 70 68 190 190 189 146 66 4 86 70 44 250 198 172 131 131 131 129 129 129 127 127 127 123 123 123 174 174 173 119 119 119 254 130 4 46 46 44 166 166 165 107 107 107 154 154 153 99 99 99 186 94 36 83 83 83 250 218 204 77 77 77 126 126 125 71 71 71 248 248 248 254 202 188 246 246 246 244 244 244 82 70 52 242 242 242 240 240 240 238 238 238 236 236 236 234 234 234 250 194 164 254 206 148 232 232 232 226 226 226 230 106 52 222 222 222 246 182 140 218 218 218 246 178 140 216 216 216 214 214 214 212 212 212 134 106 76 208 208 208 206 206 206 202 202 202 150 94 52 198 198 198 150 86 52 194 194 194 192 192 192 118 82 60 11 11 11 186 186 186 98 82 60 214 142 108 184 184 184 5 5 5 182 182 182 250 214 196 3 3 3 250 210 196 122 66 44 176 176 176 102 66 44 174 174 174 170 170 170 90 86 12 166 166 166 186 114 100 213 213 212 250 190 156 158 158 158 156 156 156 242 110 36 152 152 152 246 198 132 203 203 202 148 148 148 102 34 4 246 186 132 146 146 146 197 197 196 140 140 140 138 138 138 191 191 190 187 187 186 132 132 132 126 126 126 124 124 124 171 171 170 116 116 116 130 74 44 167 167 166 163 163 162 2 2 4 254 222 172 155 155 154 100 100 100 143 143 142 84 84 84 137 137 136 255 255 255 74 74 74 254 174 132 70 70 70 247 247 247 245 245 245 243 243 243 241 241 241 239 239 239 237 237 237 254 170 92 235 235 235 233 233 233 231 231 231 229 229 229 178 82 4 221 221 221 210 138 108 94 74 60 122 82 28 215 215 215 213 213 213 211 211 211 209 209 209 201 201 201 186 126 84 195 195 195 193 193 193 191 191 191 210 106 68 187 187 187 185 185 185 254 190 124 183 183 183 4 4 4 181 181 181 2 2 2 179 179 179 104 216 0 0 144 0]; mask:((Depth1Image new) width: 30; height: 28; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@0@@@@^@@@@O0@@@G>@@@C?0@@A?>@@@??0@@_?>@@O??0@G??>@C???0A???>@???? _???8O???>G????!!????8_???>C???? _???8C???>@_?
+?? C???8@_??>@C??? @_??8@C??>@@a') ; yourself); yourself]
 ! !
 
-!XPToolbarIconLibrary class methodsFor:'image specs-tools'!
+!XPToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser'!
 
 addBufferIcon
     <resource: #programImage>
 
-    ^ self addBuffer22x22Icon2
+    "/ ^ self tabAdd16x16Icon
+    ^ self addBuffer22x22Icon
+    "/ ^ self addBuffer22x22Icon2
 !
 
 changesBrowserIcon
@@ -1321,7 +2001,7 @@
 newDirectoryIcon
     <resource: #programImage>
 
-    ^ self newDirectory22x22Icon
+    ^ self newDirectory22x22Icon2
 !
 
 pasteFileIcon
@@ -1372,8 +2052,86 @@
     ^ self viewNoDetails22x22Icon
 ! !
 
+!XPToolbarIconLibrary class methodsFor:'image specs-tools-Launcher'!
+
+startChangesBrowserIcon
+    <resource: #programImage>
+
+    ^ self changesBrowser22x22Icon
+!
+
+startFileBrowserIcon
+    <resource: #programImage>
+
+    ^ self fileBrowser24x24Icon
+    "/ ^ self fileBrowser32x32Icon
+!
+
+startImageEditorIcon
+    <resource: #programImage>
+
+    ^ self imageEditor22x22Icon3
+!
+
+startMenuEditorIcon
+    <resource: #programImage>
+
+    ^ self menuEditor32x32Icon3
+!
+
+startNewSystemBrowserIcon
+    <resource: #programImage>
+
+    ^ self systemBrowser24x24Icon
+!
+
+startSystemBrowserIcon
+    <resource: #programImage>
+
+    ^ self systemBrowser24x24Icon
+!
+
+startUIPainterIcon
+    <resource: #programImage>
+
+    ^ self uiPainter32x32Icon2
+!
+
+startWorkspaceIcon
+    <resource: #programImage>
+
+    "/ ^ self workspace32x32Icon2
+    ^ self workspace32x32Icon3
+! !
+
+!XPToolbarIconLibrary class methodsFor:'image specs-tools-UIPainter'!
+
+copyWidgetIcon
+    <resource: #programImage>
+
+    ^ self copyWidget22x22Icon
+!
+
+cutWidgetIcon
+    <resource: #programImage>
+
+    ^ self cutWidget22x22Icon
+!
+
+newImageIcon
+    <resource: #programImage>
+
+    ^ self newImage22x22Icon
+!
+
+pasteWidgetIcon
+    <resource: #programImage>
+
+    ^ self pasteWidget22x22Icon
+! !
+
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.14 2004-10-18 16:49:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.15 2004-10-19 17:08:22 cg Exp $'
 ! !