XPToolbarIconLibrary.st
changeset 3254 f43ce0aea1f1
parent 3250 6a00500f093f
child 3273 4694bbb6498f
--- a/XPToolbarIconLibrary.st	Thu Feb 02 11:38:26 2006 +0100
+++ b/XPToolbarIconLibrary.st	Fri Feb 10 17:12:08 2006 +0100
@@ -4152,7 +4152,7 @@
 newFileBrowserIcon
     <resource: #programImage>
 
-    ^ self fileBrowser16x16Icon
+    ^ self fileBrowser22x22Icon
     "/ ^ self fileBrowser26x24Icon
     "/ ^ self fileBrowser24x24Icon
     "/ ^ self fileBrowser32x32Icon
@@ -4161,5 +4161,5 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.66 2006-01-30 08:43:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.67 2006-02-10 16:12:08 cg Exp $'
 ! !