AbstractFileBrowser.st
changeset 6087 344513ffd6a1
parent 6083 f9badf404f20
child 6091 f908a6db19ac
--- a/AbstractFileBrowser.st	Fri Oct 15 19:58:42 2004 +0200
+++ b/AbstractFileBrowser.st	Fri Oct 15 20:57:14 2004 +0200
@@ -811,10 +811,10 @@
         ifAbsentPut:[(Depth1Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??S?<O?0??C?<O?0??/?=_?0??C?<O?0') ; colorMapFromArray:#[255 255 255 0 0 0]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O@@<@C0A?8C?@G8@O@@X@@@A?8@@@') ; yourself); yourself]
 !
 
-newDirectory20x20Icon
+newDirectoryIcon
     <resource: #programImage>
 
-    ^ ToolbarIconLibrary newDirectory20x20Icon
+    ^ ToolbarIconLibrary newDirectoryIcon
 !
 
 pasteIcon
@@ -6504,5 +6504,5 @@
 !AbstractFileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.258 2004-10-15 17:25:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.259 2004-10-15 18:57:14 cg Exp $'
 ! !