Windows: Add an icon to Maxima's entry in the installed program list.
[maxima/cygwin.git] / desktopintegration / x-maxima-out.xml
blobc6e5431918abb17c67ecbd49a213214508fbe431
1 <?xml version="1.0" encoding="utf-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
3   <mime-type type="text/x-maxima-out">
4     <comment>Maxima session including Output</comment>
5     <comment xml:lang="de">Maxima-Sitzung inklusive Ausgabezeilen</comment>
6     <glob pattern="*.out"/>
7     <magic>
8       <match type="string" offset="0" value="(%i1) " />
9     </magic>
10     <sub-class-of type="text/plain"/>
11     <generic-icon name="text-x-maxima-out"/>
12   </mime-type>
13 </mime-info>