Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-15 21:42:39 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-15 21:42:39 (GMT)
commite9d82256c890d24d9465a2721f622083bab9de7b (patch)
tree632497fa862833d270b0b1a25e6869c277969629
parent5df9cc5ee2afea77d8578dc7bf24569c21ad2e61 (diff)
Minor thing fixed
-rw-r--r--comics/ev-cbr-mime.xml60
1 files changed, 31 insertions, 29 deletions
diff --git a/comics/ev-cbr-mime.xml b/comics/ev-cbr-mime.xml
index 3500f38..4a92993 100644
--- a/comics/ev-cbr-mime.xml
+++ b/comics/ev-cbr-mime.xml
@@ -1,29 +1,31 @@
-<mime-type type="application/cbr">
- <sub-class-of type="application/x-rar"/>
- <comment>CBR document</comment>
- <comment xml:lang="cy">Dogfen CBR</comment>
- <comment xml:lang="da">CBR-dokument</comment>
- <comment xml:lang="de">CBR-Dokument</comment>
- <comment xml:lang="fi">CBR-asiakirja</comment>
- <comment xml:lang="nn">CBR-dokument</comment>
- <comment xml:lang="no">CBR-dokument</comment>
- <comment xml:lang="ru">CBR документ</comment>
- <comment xml:lang="sr">CBR документ</comment>
- <comment xml:lang="sv">CBR-dokument</comment>
- <glob pattern="*.cbr"/>
-</mime-type>
-<mime-type type="application/cbz">
- <sub-class-of type="application/zip"/>
- <comment>CBZ document</comment>
- <comment xml:lang="cy">Dogfen CBZ</comment>
- <comment xml:lang="da">CBZ-dokument</comment>
- <comment xml:lang="de">CBZ-Dokument</comment>
- <comment xml:lang="fi">CBZ-asiakirja</comment>
- <comment xml:lang="nn">CBZ-dokument</comment>
- <comment xml:lang="no">CBZ-dokument</comment>
- <comment xml:lang="ru">CBZ-документ</comment>
- <comment xml:lang="sr">CBZ-документ</comment>
- <comment xml:lang="sv">CBZ-dokument</comment>
- <glob pattern="*.cbz"/>
-</mime-type>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/cbr">
+ <sub-class-of type="application/x-rar"/>
+ <comment>CBR document</comment>
+ <comment xml:lang="cy">Dogfen CBR</comment>
+ <comment xml:lang="da">CBR-dokument</comment>
+ <comment xml:lang="de">CBR-Dokument</comment>
+ <comment xml:lang="fi">CBR-asiakirja</comment>
+ <comment xml:lang="nn">CBR-dokument</comment>
+ <comment xml:lang="no">CBR-dokument</comment>
+ <comment xml:lang="ru">CBR документ</comment>
+ <comment xml:lang="sr">CBR документ</comment>
+ <comment xml:lang="sv">CBR-dokument</comment>
+ <glob pattern="*.cbr"/>
+ </mime-type>
+ <mime-type type="application/cbz">
+ <sub-class-of type="application/zip"/>
+ <comment>CBZ document</comment>
+ <comment xml:lang="cy">Dogfen CBZ</comment>
+ <comment xml:lang="da">CBZ-dokument</comment>
+ <comment xml:lang="de">CBZ-Dokument</comment>
+ <comment xml:lang="fi">CBZ-asiakirja</comment>
+ <comment xml:lang="nn">CBZ-dokument</comment>
+ <comment xml:lang="no">CBZ-dokument</comment>
+ <comment xml:lang="ru">CBZ-документ</comment>
+ <comment xml:lang="sr">CBZ-документ</comment>
+ <comment xml:lang="sv">CBZ-dokument</comment>
+ <glob pattern="*.cbz"/>
+ </mime-type>
+</mime-info> \ No newline at end of file