diff options
author | Ray Strode <rstrode@redhat.com> | 2004-07-22 03:25:36 +0800 |
---|---|---|
committer | Ray Strode <halfline@src.gnome.org> | 2004-07-22 03:25:36 +0800 |
commit | 8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b (patch) | |
tree | c6447389a31da092524b58439fa91f700a7869c0 | |
parent | c1a82b06e72a49fb75e51f6876b24240cbb99ce9 (diff) | |
download | gsoc2013-evolution-8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b.tar gsoc2013-evolution-8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b.tar.gz gsoc2013-evolution-8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b.tar.bz2 gsoc2013-evolution-8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b.tar.lz gsoc2013-evolution-8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b.tar.xz gsoc2013-evolution-8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b.tar.zst gsoc2013-evolution-8e4a2794d1f51e790e33e08b32c4a5dcd8e9e88b.zip |
Add MimeType line to desktop file new mime sytem.
2004-07-21 Ray Strode <rstrode@redhat.com>
* evolution/data/evolution.desktop.in.in: Add MimeType line to desktop file
new mime sytem.
svn path=/trunk/; revision=26690
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | data/evolution.desktop.in.in | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-07-21 Ray Strode <rstrode@redhat.com> + * evolution/data/evolution.desktop.in.in: Add MimeType line to desktop file + new mime sytem. + 2004-07-19 JP Rosevear <jpr@novell.com> * configure.in: bump version, requirements diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 45e64a0020..1677f0a7cb 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -10,3 +10,4 @@ StartupNotify=true X-GNOME-Bugzilla-Bugzilla=Ximian X-GNOME-Bugzilla-Product=Evolution X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.0;evolution-exchange-storage;evolution-alarm-notify; +MimeType=text/x-vcard;text/x-calendar;text/calendar; |