Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/ev-document-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/ev-document-factory.c b/backend/ev-document-factory.c
index f9118b6..1cf3014 100644
--- a/backend/ev-document-factory.c
+++ b/backend/ev-document-factory.c
@@ -75,8 +75,8 @@ const EvDocumentType document_types[] = {
#ifdef ENABLE_COMICS
/* cbr/cbz: */
- {"application/cbr", EV_BACKEND_COMICS, comics_document_get_type},
- {"application/cbz", EV_BACKEND_COMICS, comics_document_get_type},
+ {"application/x-cbr", EV_BACKEND_COMICS, comics_document_get_type},
+ {"application/x-cbz", EV_BACKEND_COMICS, comics_document_get_type},
#endif
};