summaryrefslogtreecommitdiff
path: root/src/plugins/qnx
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-03-09 15:01:50 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-03-09 14:20:28 +0000
commit09a16cf223fcdaed02b40dedec8b6ccd0faa134d (patch)
treee68e0a30fdabe66ccd702c338bf79dab9039e95f /src/plugins/qnx
parentba64a7bb1b10ca5e0f6d2f556a07ef43962d90d1 (diff)
downloadqt-creator-09a16cf223fcdaed02b40dedec8b6ccd0faa134d.tar.gz
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>
Diffstat (limited to 'src/plugins/qnx')
-rw-r--r--src/plugins/qnx/Qnx.mimetypes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/Qnx.mimetypes.xml b/src/plugins/qnx/Qnx.mimetypes.xml
index 7a78496903..e9ac133fc7 100644
--- a/src/plugins/qnx/Qnx.mimetypes.xml
+++ b/src/plugins/qnx/Qnx.mimetypes.xml
@@ -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"/>