top file format
authorClaus Gittinger <cg@exept.de>
Thu, 17 Jan 2008 13:51:52 +0100
changeset 2375 723e3325bad1
parent 2374 d64bb87013d1
child 2376 bd1615a0d2af
top file format
MIMETypes.st
--- a/MIMETypes.st	Thu Jan 17 11:01:17 2008 +0100
+++ b/MIMETypes.st	Thu Jan 17 13:51:52 2008 +0100
@@ -526,6 +526,7 @@
         ('makefile' 'make.proto' 'make.spec' 'nt.mak')  'application/x-make'
         ('exe' 'bin')                                   'application/octet-stream'
         ('class')                                       'application/octet-stream'
+        ('top')                                         'application/x-waltop-digital-notepad'
     )
 !
 
@@ -1191,7 +1192,7 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.88 2007-04-10 14:35:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.89 2008-01-17 12:51:52 cg Exp $'
 ! !
 
 MIMETypes initialize!