diff options
author | Victor Kareh <[email protected]> | 2019-04-10 00:30:39 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-12 20:10:19 +0200 |
commit | 3600686c9edffbd291f13801d9cb893a72f38341 (patch) | |
tree | 8595df6967929d922b67dfb6f9ab35f1475a5543 /data | |
parent | 2547d314e650fbac62b0e4a59c3c8dede43a16bf (diff) | |
download | eom-3600686c9edffbd291f13801d9cb893a72f38341.tar.bz2 eom-3600686c9edffbd291f13801d9cb893a72f38341.tar.xz |
store: Add any image file in the current directory to the store
This allows eom to navigate through all image files in a directory
without having to manually load them into the store.
Diffstat (limited to 'data')
-rw-r--r-- | data/eom.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/eom.desktop.in.in b/data/eom.desktop.in.in index f4ffbe0..938bb7c 100644 --- a/data/eom.desktop.in.in +++ b/data/eom.desktop.in.in @@ -14,4 +14,4 @@ X-MATE-Bugzilla-Product=EOM X-MATE-Bugzilla-Component=general X-MATE-Bugzilla-Version=@VERSION@ X-MATE-DocPath=eom/index.docbook -MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-gray;image/x-icb;image/x-ico;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-xbitmap;image/x-xpixmap;image/x-pcx;image/svg+xml;image/svg+xml-compressed;image/vnd.wap.wbmp; +MimeType=image/*; |