~vcs-imports/kupfer/master-new

« back to all changes in this revision

Viewing changes to auxdata/kupfer-mimetypes.xml

  • Committer: Ulrik Sverdrup
  • Date: 2010-02-11 19:28:39 UTC
  • Revision ID: git-v1:fe4e5bd452116f4daf3a04ecfd4c4697a06ff131
Localize mimetype description

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="text/x-kfcom">
4
 
    <comment>Saved Kupfer Command</comment>
5
 
    <comment xml:lang="sv">Sparat Kupfer-kommando</comment>
6
 
    <glob pattern="*.kfcom"/>
7
 
    <magic priority="50">
8
 
      <match type="string" offset="0" value="#!/usr/bin/env kupfer-exec"/>
9
 
    </magic>
10
 
    <generic-icon name="text-x-script"/>
11
 
  </mime-type>
12
 
</mime-info>