diff options
Diffstat (limited to 'data/freedesktop.org.xml.in')
-rw-r--r-- | data/freedesktop.org.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 328de9e..9f64929 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -3449,6 +3449,18 @@ command to generate the output files. <match type="little32" value="0xe011cfd0" offset="0"/> </magic> </mime-type> + <mime-type type="application/vnd.microsoft.windows.thumbnail-cache"> + <comment>Microsoft Windows Thumbnail Cache</comment> + <sub-class-of type="application/x-ole-storage"/> + <generic-icon name="image-x-generic"/> + <glob pattern="ehthumbs.db"/> + <glob pattern="ehthumbs_vista.db"/> + <glob pattern="image.db"/> + <glob pattern="musicthumbs.db"/> + <glob pattern="thumbs.db"/> + <glob pattern="tvthumb.db"/> + <glob pattern="video.db"/> + </mime-type> <mime-type type="application/vnd.ms-publisher"> <comment>Microsoft Publisher document</comment> <sub-class-of type="application/x-ole-storage"/> |