FileBrowser.st
changeset 2794 39c27727bd3e
parent 2791 18149e5546a3
child 2795 815d86b76000
--- a/FileBrowser.st	Fri Sep 22 13:51:11 2000 +0200
+++ b/FileBrowser.st	Sun Sep 24 20:43:30 2000 +0200
@@ -175,6 +175,7 @@
         ('application/x-smalltalk-source' nil     'tiny_file_st.xpm'          )
         ('application/x-java-source'      nil     'tiny_file_java.xpm'        )
         ('image'                          nil     'tiny_file_pix.xpm'         )
+        ('audio'                          nil     'tiny_file_sound.xpm'       )
      ) do:[:entry |
         |key resource defaultName nm img|
 
@@ -7122,5 +7123,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.380 2000-09-21 11:42:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.381 2000-09-24 18:43:30 cg Exp $'
 ! !