FileBrowser.st
changeset 3762 c6dd99988ca8
parent 3759 366d5ebc3f89
child 3765 8309f42ebf29
--- a/FileBrowser.st	Wed Jul 31 14:11:33 2002 +0200
+++ b/FileBrowser.st	Wed Jul 31 15:21:48 2002 +0200
@@ -190,6 +190,8 @@
         (#imageFile             'ICON_IMAGE_FILE'          'tiny_file_pix.xpm'              )
         (#textFile              'ICON_TEXT_FILE'           'tiny_file_text.xpm'             )
         (#executableFile        'ICON_EXECUTABLEFILE'      'tiny_file_exec.xpm'             )
+        (#deviceFile            'ICON_DEVICE_FILE'         'tiny_file_device.xpm'           )
+        (#binaryFile            'ICON_BINARY_FILE'         'tiny_file_binary.xpm'           )
         (#compressedFile        'ICON_COMPRESSED_FILE'     'tiny_file_compressed.xpm'       )
         (#compressedArchive     'ICON_COMPRESSED_ARCHIVE'  'tiny_file_tar_compressed.xpm'   )
         (#archive               'ICON_ARCHIVE'             'tiny_file_tar.xpm'              )
@@ -7848,5 +7850,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.479 2002-07-25 16:09:29 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.480 2002-07-31 13:21:48 penk Exp $'
 ! !