MIMETypeIconLibrary.st
changeset 2359 283d81512850
parent 2065 0b1f3120a544
child 2847 82b42231b3c6
--- a/MIMETypeIconLibrary.st	Mon Dec 03 10:56:28 2007 +0100
+++ b/MIMETypeIconLibrary.st	Tue Dec 11 11:45:58 2007 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libview2' }"
 
 Object subclass:#MIMETypeIconLibrary
@@ -38,7 +37,7 @@
 !MIMETypeIconLibrary class methodsFor:'initialization'!
 
 initialize
-    "/ now done lazily, when trhe first icon is asked for
+    "/ now done lazily, when the first icon is asked for
     "/ self initializeIcons
 !
 
@@ -112,6 +111,7 @@
 
         "/ misc stuff
         'application/winword'                           'tiny_file_text.xpm'
+        'application/x-waltop-digital-notepad'          'tiny_file_digital_notepad.xpm'
 
         "/ binary formats
         'application/binary'                            'tiny_file_binary.xpm'
@@ -277,7 +277,7 @@
 !MIMETypeIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.14 2005-10-05 15:45:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypeIconLibrary.st,v 1.15 2007-12-11 10:45:58 cg Exp $'
 ! !
 
 MIMETypeIconLibrary initialize!