diff options
author | Seth Nickell <snickell@stanford.edu> | 2002-01-16 23:08:09 +0000 |
---|---|---|
committer | Seth Nickell <seth@src.gnome.org> | 2002-01-16 23:08:09 +0000 |
commit | b0fb8be7eeabf28b9a6c1d04c224b730b98e531a (patch) | |
tree | 43957378ff0c283e712b450e8a9e3055c43354cc /yelp.desktop.in | |
parent | 7759c67a4d8db90b27be300baa798df3e938e5dd (diff) | |
download | yelp-b0fb8be7eeabf28b9a6c1d04c224b730b98e531a.tar.gz |
Install .desktop file into the proper location, and fix its Categories
2002-01-16 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* yelp.desktop.in:
Install .desktop file into the proper location, and fix
its Categories field. Use the gnome-help.png icon.
Diffstat (limited to 'yelp.desktop.in')
-rw-r--r-- | yelp.desktop.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yelp.desktop.in b/yelp.desktop.in index f8a5ff94..98ebec3d 100644 --- a/yelp.desktop.in +++ b/yelp.desktop.in @@ -2,8 +2,8 @@ _Name=Yelp _Comment=GNOME Helpbrowser Exec=yelp -Icon=gnome-unknown.png +Icon=gnome-help.png Terminal=0 Type=Application DocPath= -Categories=Application; +Categories=Application;Core; |