forked from qt-creator/qt-creator
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:
@@ -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"/>
|
||||
|
Reference in New Issue
Block a user