From 1a3bbe0e7c34df6113e9143914d08fa03fc031f3 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 9 Aug 2004 11:04:42 +0000 Subject: [PATCH] added GenericName and Version, updated Categories. 2004-08-09 Sven Neumann * data/misc/gimp.desktop.in.in: added GenericName and Version, updated Categories. --- ChangeLog | 7 ++++++- data/misc/gimp.desktop.in.in | 6 ++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 355488fdad..6e43f27727 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-09 Sven Neumann + + * data/misc/gimp.desktop.in.in: added GenericName and Version, + updated Categories. + 2004-08-09 Michael Natterer * app/plug-in/plug-ins.c @@ -11,7 +16,7 @@ 2004-08-09 Hans Breuer - * app/core/gimp-edit.c(gimp_edit_paste_as_new) : + * app/core/gimp-edit.c (gimp_edit_paste_as_new): gimp_create_display() with the right parameters order * app/widgets/gimpwidgets-utils.c (gimp_message_box_set_icons) diff --git a/data/misc/gimp.desktop.in.in b/data/misc/gimp.desktop.in.in index 154ac67aa8..763a65e569 100644 --- a/data/misc/gimp.desktop.in.in +++ b/data/misc/gimp.desktop.in.in @@ -1,13 +1,15 @@ [Desktop Entry] +Version=1.0 Encoding=UTF-8 +Type=Application _Name=The GIMP +_GenericName=Image Editor _Comment=Create and edit images or photographs Exec=gimp-remote-@GIMP_APP_VERSION@ %U TryExec=gimp-@GIMP_APP_VERSION@ Icon=@gimpdatadir@/images/@GIMP_DESKTOP_ICON@ Terminal=false -Type=Application -Categories=Application;Graphics;RasterGraphics; +Categories=Application;Graphics;2DGraphics;RasterGraphics; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=GIMP StartupNotify=true