mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
Ajout du fichier qelectrotech.xml pour les associations de fichiers git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@441 bfdf4180-ca20-0410-9c96-a3a8aa849046
16 lines
607 B
XML
16 lines
607 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-qet-project">
|
|
<sub-class-of type="text/xml"/>
|
|
<comment>QElectroTech project file</comment>
|
|
<comment xml:lang="fr">Fichier projet QElectroTech</comment>
|
|
<glob pattern="*.qet" />
|
|
</mime-type>
|
|
<mime-type type="application/x-qet-element">
|
|
<sub-class-of type="text/xml"/>
|
|
<comment>QElectroTech element file</comment>
|
|
<comment xml:lang="fr">Fichier élément QElectroTech</comment>
|
|
<glob pattern="*.elmt" />
|
|
</mime-type>
|
|
</mime-info>
|