Fix pcbnew extension and mimetype in MIME XML package file

This file registers the file extensions used by kicad and their
corresponding mimetypes. Before this change the file was refering to
the old .brd extension and the wrong mime type. The file was also
renamed to kicad-kicad.xml to conform to the XDG spec which expects a
vendor-product pair as the package name.
This commit is contained in:
José Ignacio Romero 2016-05-30 08:32:05 -04:00 committed by Chris Pavlina
parent e8dba1c14b
commit bf62997f3c
1 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@
<comment xml:lang="fr">Schéma électronique KiCad</comment>
<glob pattern="*.sch"/>
</mime-type>
<mime-type type="application/x-kicad-pcbnew">
<mime-type type="application/x-kicad-pcb">
<sub-class-of type="text/plain"/>
<comment>KiCad PCB</comment>
<comment>KiCad Printed Circuit Board</comment>
<comment xml:lang="fr">Circuit imprimé KiCad</comment>
<glob pattern="*.brd"/>
<glob pattern="*.kicad_pcb"/>
</mime-type>
</mime-info>