category change
authorClaus Gittinger <cg@exept.de>
Wed, 30 Mar 2005 13:53:00 +0200
changeset 3138 a49a6c1b493a
parent 3137 bff17eef8d99
child 3139 1c41274f9a74
category change
XPToolbarIconLibrary.st
--- a/XPToolbarIconLibrary.st	Wed Mar 30 13:52:19 2005 +0200
+++ b/XPToolbarIconLibrary.st	Wed Mar 30 13:53:00 2005 +0200
@@ -203,12 +203,6 @@
 ZW>@ V@@@@@@@@@@@@A)K4FBZXNDO @@@@@@@@@@@@@@@@@@ZV&E^ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[240 240 232 160 192 160 16 104 16 144 184 144 224 232 224 16 112 16 16 152 8 15 120 0 63 136 56 208 224 208 79 144 72 16 144 8 31 160 8 47 176 24 47 160 16 31 120 16 143 176 128 48 176 24 79 184 32 47 144 16 47 128 40 192 216 192 224 232 216 80 192 40 96 200 48 79 176 40 16 120 8 127 168 112 16 136 8 47 168 24 64 176 32 79 176 32 32 136 16 31 128 16 0 96 0 95 152 88 240 232 216 223 176 56 16 120 16 31 136 16 111 200 48 47 144 24 223 168 40 239 216 152 255 248 216 255 248 224 255 248 200 240 232 200 223 192 120 32 112 0 112 208 56 223 168 48 255 248 208 255 248 152 255 248 184 239 216 160 159 184 88 64 160 32 112 216 64 255 248 160 255 248 168 127 224 72 224 208 160 255 248 144 255 240 136 223 176 48 63 160 32 128 224 72 240 224 184 255 248 248 207 152 8 255 232 152 255 232 128 240 216 104 255 248 232 64 160 40 143 240 88 223 168 32 255 224 136 255 216 120 239 200 80 47 128 32 208 160 24 255 216 128 240 200 88 224 192 112 255 248 192 95 192 56 128 160 72 255 240 184 208 160 16 255 208 120 224 168 40 255 240 216 32 128 16 239 216 128 239 224 200 208 152 8 255 200 112 223 176 64 144 248 96 48 144 32 159 192 88 255 224 128 223 192 96 207 152 0 240 192 96 239 208 136 255 240 176 63 152 32 128 168 64 255 224 120 239 224 184 224 184 72 64 128 32 16 104 8 175 192 88 255 208 104 255 240 208 159 176 72 224 192 80 224 184 56 239 216 176 255 224 160 255 216 112 239 192 80 224 176 48 208 168 40 223 184 104 224 208 144 208 160 8 208 168 56 223 192 112 224 200 128]; mask:((Depth1Image new) width: 22; height: 24; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@C @@G8@@G<@@O?@@_? @_?0G?<@O?<@O?<@O?? O??0O??0O??0O?? O??@O??@O??@O?>@O?<@O?8@O<@@O@@@@@@@') ; yourself); yourself]
 !
 
-directoryUpIcon
-    <resource: #programImage>
-
-    ^ self directoryUp22x24Icon2
-!
-
 displayScreen22x32Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -3063,6 +3057,12 @@
     ^ self directoryBookmarks22x22Icon
 !
 
+directoryUpIcon
+    <resource: #programImage>
+
+    ^ self directoryUp22x24Icon2
+!
+
 dosShellTerminalIcon
     <resource: #programImage>
 
@@ -3407,5 +3407,5 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.37 2005-02-23 16:39:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.38 2005-03-30 11:53:00 cg Exp $'
 ! !