~brywilharris/veusz/debian

« back to all changes in this revision

Viewing changes to debian/veusz.sharedmimeinfo

  • Committer: Christine
  • Date: 2009-05-10 00:31:25 UTC
  • Revision ID: christine@ubuntu-desktop-20090510003125-5vdpiehf1njk41sm
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
 
3
  <mime-type type="application/x-veusz">
 
4
    <comment>Veusz saved graph</comment>
 
5
    <glob pattern="*.vsz"/>
 
6
    <magic priority="50">
 
7
        <match type="string" value="# Veusz saved document" offset="0"/>
 
8
    </magic>
 
9
  </mime-type>
 
10
</mime-info>