mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-03 01:17:46 +03:00
e4e6462818
Since gettext is used to extract this file, there is no more need to prefix the translatable tags with underscore as intltool required. Signed-off-by: Pino Toscano <ptoscano@redhat.com>
12 lines
405 B
XML
12 lines
405 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-virt-viewer">
|
|
<sub-class-of type="text/plain"/>
|
|
<comment>Virt-Viewer connection file</comment>
|
|
<magic priority="50">
|
|
<match type="string" offset="0" value="[virt-viewer]"/>
|
|
</magic>
|
|
<glob pattern="*.vv"/>
|
|
</mime-type>
|
|
</mime-info>
|