diff options
author | Xan Lopez <xan@src.gnome.org> | 2004-07-22 00:34:34 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2004-07-22 00:34:34 +0800 |
commit | 10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2 (patch) | |
tree | 5fee6c18d51e2081f70da2635dec33a6b5b83a08 | |
parent | 22ca4b8a0865be57288710557b1d24ea865eef3b (diff) | |
download | gsoc2013-epiphany-10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2.tar gsoc2013-epiphany-10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2.tar.gz gsoc2013-epiphany-10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2.tar.bz2 gsoc2013-epiphany-10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2.tar.lz gsoc2013-epiphany-10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2.tar.xz gsoc2013-epiphany-10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2.tar.zst gsoc2013-epiphany-10ca2e6a8a062e7736c1e58ccc6e15b57edf91c2.zip |
Added application/xhtml+xml, text/html, text/xml for MimeType entry.
* data/epiphany.desktop.in:
Added application/xhtml+xml, text/html, text/xml for MimeType
entry.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.desktop.in | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-21 Xan Lopez <xan@gnome.org> + + * data/epiphany.desktop.in: + + Added application/xhtml+xml, text/html, text/xml for MimeType entry. + 2004-07-21 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/EphySingle.cpp: diff --git a/data/epiphany.desktop.in b/data/epiphany.desktop.in index d9ada8895..792b86a26 100644 --- a/data/epiphany.desktop.in +++ b/data/epiphany.desktop.in @@ -13,3 +13,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=epiphany X-GNOME-Bugzilla-Component=General Categories=Application;Network; +MimeType=text/html;text/xml;application/xhtml+xml; |