FileBrowser.st
changeset 4053 4cb62ed9ca3b
parent 4044 380e0189190a
child 4069 2114f63d210d
--- a/FileBrowser.st	Fri Oct 25 11:21:24 2002 +0200
+++ b/FileBrowser.st	Fri Oct 25 12:05:31 2002 +0200
@@ -263,7 +263,7 @@
 
         "/ misc text ...
 
-"/        'text/html'                                     'tiny_file_text.xpm'
+        'text/html'                                     'tiny_file_html.xpm'
 "/        'text/plain'                                    'tiny_file_text.xpm'
         'text/*'                                        'tiny_file_text.xpm'
 
@@ -8095,5 +8095,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.511 2002-10-24 15:41:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.512 2002-10-25 10:05:31 penk Exp $'
 ! !