summaryrefslogtreecommitdiff
path: root/gtk/gtk_filetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_filetype.c')
-rw-r--r--gtk/gtk_filetype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk_filetype.c b/gtk/gtk_filetype.c
index 1fecbf884..43660055a 100644
--- a/gtk/gtk_filetype.c
+++ b/gtk/gtk_filetype.c
@@ -64,6 +64,7 @@ void gtk_fetch_filetype_init(const char *mimefile)
hash_add(mime_hash, "gif", "image/gif");
hash_add(mime_hash, "png", "image/png");
hash_add(mime_hash, "jng", "image/jng");
+ hash_add(mime_hash, "spr", "image/x-riscos-sprite");
if (fh == NULL) {
LOG(("Unable to open a mime.types file, so using a minimal one for you."));