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 /data | |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.desktop.in.in | 6 |
1 files changed, 3 insertions, 3 deletions
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; + |