summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Nickell <snickell@stanford.edu>2002-01-16 23:08:09 +0000
committerSeth Nickell <seth@src.gnome.org>2002-01-16 23:08:09 +0000
commitb0fb8be7eeabf28b9a6c1d04c224b730b98e531a (patch)
tree43957378ff0c283e712b450e8a9e3055c43354cc
parent7759c67a4d8db90b27be300baa798df3e938e5dd (diff)
downloadyelp-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.
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--yelp.desktop.in4
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a7a39b4..577e674b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2002-01-15 Alex Larsson <alexl@redhat.com>
* src/yelp-view-toc.c:
diff --git a/Makefile.am b/Makefile.am
index 20fe1f01..4c5df1ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ SUBDIRS = src po
DESKTOP_IN_FILES=yelp.desktop.in
DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
-Applicationsdir = $(datadir)/gnome/apps/Applications
+Applicationsdir = $(datadir)/applications
Applications_DATA = $(DESKTOP_FILES)
EXTRA_DIST = \
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;