diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-02-07 21:06:01 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-02-07 21:06:01 +0800 |
commit | 8902c6e7344221cc7830a56fc1c43a4686f4f700 (patch) | |
tree | 4168e88b3c5faf302eacde7985ce29fb2dc62f85 | |
parent | e1277c66919f07f63f8feb0fa9a816e7487c13d7 (diff) | |
download | gsoc2013-evolution-8902c6e7344221cc7830a56fc1c43a4686f4f700.tar gsoc2013-evolution-8902c6e7344221cc7830a56fc1c43a4686f4f700.tar.gz gsoc2013-evolution-8902c6e7344221cc7830a56fc1c43a4686f4f700.tar.bz2 gsoc2013-evolution-8902c6e7344221cc7830a56fc1c43a4686f4f700.tar.lz gsoc2013-evolution-8902c6e7344221cc7830a56fc1c43a4686f4f700.tar.xz gsoc2013-evolution-8902c6e7344221cc7830a56fc1c43a4686f4f700.tar.zst gsoc2013-evolution-8902c6e7344221cc7830a56fc1c43a4686f4f700.zip |
added a _GenericName value. Fixes bug 329744.
2006-02-07 Andre Klapper <a9016009@gmx.de>
* data/evolution.desktop.in.in: added a _GenericName value.
Fixes bug 329744.
svn path=/trunk/; revision=31432
-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 @@ +2006-02-07 Andre Klapper <a9016009@gmx.de> + * data/evolution.desktop.in.in: added a _GenericName + value. Fixes bug 329744. + 2006-02-06 Harish Krishnaswamy <kharish@novell.com> * configure.in, data/Makefile.am, diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index dcb8235bb2..268973e817 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -1,6 +1,7 @@ [Desktop Entry] Encoding=UTF-8 _Name=Evolution +_GenericName=Groupware Suite _Comment=The Evolution Groupware Suite Exec=evolution-@BASE_VERSION@ Icon=evolution |