summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-20 14:14:24 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-20 14:16:48 +0200
commit96479637ed9ae433819eb847eff67d96bee37c2f (patch)
tree8f17c544599457cd06252ccf9e7c64209ba5f0e3
parent2e43691a08618adc45cfbd2e1357462d202cbd9e (diff)
downloadshared-mime-info-96479637ed9ae433819eb847eff67d96bee37c2f.tar.gz
Prefer the acronym for RLE and CGM images
-rw-r--r--freedesktop.org.xml.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 146560bc..6f47f829 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -4563,7 +4563,9 @@ command to generate the output files.
<glob pattern="*.wbmp"/>
</mime-type>
<mime-type type="image/cgm">
- <_comment>Computer Graphics Metafile</_comment>
+ <_comment>CGM image</_comment>
+ <acronym>CGM</acronym>
+ <expanded-acronym>Computer Graphics Metafile</expanded-acronym>
<glob pattern="*.cgm"/>
</mime-type>
<mime-type type="image/fax-g3">
@@ -4906,7 +4908,9 @@ command to generate the output files.
<glob pattern="*.png"/>
</mime-type>
<mime-type type="image/rle">
- <_comment>Run Length Encoded bitmap image</_comment>
+ <_comment>RLE bitmap image</_comment>
+ <acronym>RLE</acronym>
+ <expanded-acronym>Run Length Encoded</expanded-acronym>
<glob pattern="*.rle"/>
</mime-type>
<mime-type type="image/svg+xml">