diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-23 16:01:22 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-23 16:03:11 +0100 |
commit | 7ab15103b74a16d774fc0c47ddae5d69e6be5082 (patch) | |
tree | 72612776b80d9b2e0355fc2aa99c3e404cc4cc36 /connectivity/registry | |
parent | 393ece995a0761a72c8341bf56e40fe4c57a4824 (diff) |
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
Diffstat (limited to 'connectivity/registry')
-rw-r--r-- | connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu index 8798ce8779d8..02e61f2d8684 100644 --- a/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu +++ b/connectivity/registry/dbase/org/openoffice/Office/DataAccess/Drivers.xcu @@ -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> |