~vcs-imports/kupfer/master-new

« back to all changes in this revision

Viewing changes to auxdata/kupfer-mimetypes.xml.in

  • 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
    <glob pattern="*.kfcom"/>
 
6
    <magic priority="50">
 
7
      <match type="string" offset="0" value="#!/usr/bin/env kupfer-exec"/>
 
8
    </magic>
 
9
    <generic-icon name="text-x-script"/>
 
10
  </mime-type>
 
11
</mime-info>