QNX/MimeTypes: Do not open empty xml files in bar descriptor editor

In case of doubt the mime type alphabetically first is taken, so make
sure application/xml comes first.

Change-Id: I52d0aded3f4cc3f428c797cf6d97c070ce5495b8
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-03-09 15:01:50 +01:00
parent ba64a7bb1b
commit 09a16cf223

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/vnd.rim.qnx.bar_descriptor">
<mime-type type="application/z-vnd.rim.qnx.bar_descriptor">
<comment>BAR descriptor file (BlackBerry)</comment>
<sub-class-of type="application/xml"/>
<glob pattern="*.xml"/>