diff options
author | Bastien Nocera <hadess@hadess.net> | 2024-04-06 10:16:53 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-04-06 10:02:46 +0000 |
commit | 9fe59ff392c7a6736fae04058954c8411e48903d (patch) | |
tree | 8db75451dd92b84ddfddb1588f09f45c4fb15522 /data | |
parent | c30701fc155fd67517adbf4d79a73a30971ff3c5 (diff) |
Prioritise Sega Genesis/Megadrive ROMs over StarOffice Mail
StarOffice Mail is unlikely to be used in modern contexts, so
deprioritise *.smd as its glob.
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 560675d..eb86863 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -1005,7 +1005,7 @@ command to generate the output files. </mime-type> <mime-type type="application/vnd.stardivision.mail"> <comment>StarMail email</comment> - <glob pattern="*.smd"/> + <glob pattern="*.smd" weight="10"/> </mime-type> <mime-type type="application/vnd.stardivision.math"> <comment>StarMath formula</comment> |