diff options
author | Rodney Dawes <dobey@novell.com> | 2004-08-13 05:21:13 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-08-13 05:21:13 +0800 |
commit | e6e0c333a659a2c4ad958450fa8684a40b13435d (patch) | |
tree | c4416d5c0c4d433e4446dde6a811856d98c4166b | |
parent | 64d661d19fe94c178ff87c4be85537f1a176d3f8 (diff) | |
download | gsoc2013-evolution-e6e0c333a659a2c4ad958450fa8684a40b13435d.tar.gz gsoc2013-evolution-e6e0c333a659a2c4ad958450fa8684a40b13435d.tar.zst gsoc2013-evolution-e6e0c333a659a2c4ad958450fa8684a40b13435d.zip |
Update Name and description to not include "Ximian" or "(Unstable)" Remove
2004-08-12 Rodney Dawes <dobey@novell.com>
* data/evolution.desktop.in.in: Update Name and description to
not include "Ximian" or "(Unstable)"
Remove the MimeType field since we can't open these types on the
command line
svn path=/trunk/; revision=26901
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/evolution.desktop.in.in | 6 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2004-08-12 Rodney Dawes <dobey@novell.com> + + * data/evolution.desktop.in.in: Update Name and description to + not include "Ximian" or "(Unstable)" + Remove the MimeType field since we can't open these types on the + command line + 2004-08-12 Jeffrey Stedfast <fejj@novell.com> * configure.in: Check for gtk+-2.4 in order to enable the use of diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 1677f0a7cb..7765c1b5ec 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -1,6 +1,6 @@ [Desktop Entry] -_Name=Ximian Evolution (Unstable) -_Comment=The Ximian Evolution Groupware Suite +_Name=Evolution +_Comment=The Evolution Groupware Suite Exec=evolution-@BASE_VERSION@ Icon=evolution Terminal=false @@ -10,4 +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; + |