diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-24 21:04:46 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-24 21:04:46 +0800 |
commit | b192b6f8c6003fb5f62212baf629e7133b172214 (patch) | |
tree | 13e836d77c4ec5b74edccd2726e8d69e18d1da87 | |
parent | 4f44e80dbd3d2834feabc59b369947f04df6fa90 (diff) | |
download | gsoc2013-epiphany-b192b6f8c6003fb5f62212baf629e7133b172214.tar.gz gsoc2013-epiphany-b192b6f8c6003fb5f62212baf629e7133b172214.tar.zst gsoc2013-epiphany-b192b6f8c6003fb5f62212baf629e7133b172214.zip |
Add some more mime types. Fixes bug #352482.
2006-08-24 Christian Persch <chpe@cvs.gnome.org>
* data/mime-types-permissions.xml:
Add some more mime types. Fixes bug #352482.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | data/mime-types-permissions.xml | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-08-24 Christian Persch <chpe@cvs.gnome.org> + + * data/mime-types-permissions.xml: + + Add some more mime types. Fixes bug #352482. + 2006-08-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GeckoFormSigningDialog.cpp: diff --git a/data/mime-types-permissions.xml b/data/mime-types-permissions.xml index 7b2d72ac3..2b54e49f7 100755 --- a/data/mime-types-permissions.xml +++ b/data/mime-types-permissions.xml @@ -22,6 +22,7 @@ <mime-type type="application/smil"/> <mime-type type="application/stuffit"/> <mime-type type="application/vnd.corel-draw"/> +<mime-type type="application/vnd.emusic-emusic_package"/> <mime-type type="application/vnd.lotus-1-2-3"/> <mime-type type="application/vnd.ms-excel"/> <mime-type type="application/vnd.ms-powerpoint"/> @@ -200,6 +201,8 @@ <mime-type type="application/xhtml+xml"/> <mime-type type="application/zip"/> <mime-type type="audio/ac3"/> +<mime-type type="audio/AMR"/> +<mime-type type="audio/AMR-WB"/> <mime-type type="audio/basic"/> <mime-type type="audio/midi"/> <mime-type type="audio/mpeg"/> |