diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-03-06 21:28:14 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-03-06 21:28:14 +0000 |
commit | 656ab2c8a6bb4f1a1c2fdab2a0a0f916dd41b017 (patch) | |
tree | 88b48ea22067da25b7ae3e9bd9b58a3e245381b5 /eclass | |
parent | Aesthetic fix (diff) | |
download | gentoo-2-656ab2c8a6bb4f1a1c2fdab2a0a0f916dd41b017.tar.gz gentoo-2-656ab2c8a6bb4f1a1c2fdab2a0a0f916dd41b017.tar.bz2 gentoo-2-656ab2c8a6bb4f1a1c2fdab2a0a0f916dd41b017.zip |
fixed menu spec url
Diffstat (limited to '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 8e4b45843722..585a15081b6e 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.154 2005/02/23 01:10:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.155 2005/03/06 21:28:14 carlo Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -911,7 +911,7 @@ edos2unix() { # this can be relative (to /usr/share/pixmaps) or # a full path to an icon # type: what kind of application is this ? for categories: -# http://www.freedesktop.org/standards/menu-spec/ +# http://www.freedesktop.org/wiki/Standards_2fmenu_2dspec # path: if your app needs to startup in a specific dir make_desktop_entry() { [ -z "$1" ] && eerror "make_desktop_entry: You must specify the executable" && return 1 |