Kaydet (Commit) 7ab15103 authored tarafından Michael Stahl's avatar Michael Stahl

connectivity: use "application/x-dbase" for DBase files

... which is what we already use in calc.desktop; also
"application/dbaes" is not registered at IANA.

Change-Id: Ic2031a53e6620d10874df8882448497564962114
üst 393ece99
......@@ -304,6 +304,7 @@ mimetypes = {
# misc
'text/csv': 'csv',
'text/spreadsheet': 'slk',
'application/x-dbase': 'dbf',
'application/vnd.corel-draw': 'cdr',
'application/vnd.lotus-wordpro': 'lwp',
'application/vnd.lotus-1-2-3': 'wks',
......
......@@ -82,7 +82,7 @@
</node>
<node oor:name="MediaType" oor:op="replace">
<prop oor:name="Value" oor:type="xs:string">
<value>application/dbase</value>
<value>application/x-dbase</value>
</prop>
</node>
</node>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment