diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-20 19:45:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-20 19:45:57 +0000 |
commit | fc36c639535f29dfb57ff98b0a47b4d8a5dfc3d1 (patch) | |
tree | e4344f867362d2667b8ebc009649ca891f01d662 /eclass/eutils.eclass | |
parent | add note to patch line that it is fixed upstream (diff) | |
download | historical-fc36c639535f29dfb57ff98b0a47b4d8a5dfc3d1.tar.gz historical-fc36c639535f29dfb57ff98b0a47b4d8a5dfc3d1.tar.bz2 historical-fc36c639535f29dfb57ff98b0a47b4d8a5dfc3d1.zip |
fix grammar in make_desktop_entry icon description #431940 by Greg Turner
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index eb8c8f77d107..e7d47d61eaa3 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.400 2012/06/20 09:26:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.401 2012/08/20 19:45:57 vapier Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -658,7 +658,7 @@ edos2unix() { # @CODE # binary: what command does the app run with ? # name: the name that will show up in the menu -# icon: give your little like a pretty little icon ... +# icon: the icon to use in the menu entry # this can be relative (to /usr/share/pixmaps) or # a full path to an icon # type: what kind of application is this? |