mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
added GenericName and Version, updated Categories.
2004-08-09 Sven Neumann <sven@gimp.org> * data/misc/gimp.desktop.in.in: added GenericName and Version, updated Categories.
This commit is contained in:
parent
8f366beff9
commit
1a3bbe0e7c
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-08-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* data/misc/gimp.desktop.in.in: added GenericName and Version,
|
||||||
|
updated Categories.
|
||||||
|
|
||||||
2004-08-09 Michael Natterer <mitch@gimp.org>
|
2004-08-09 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/plug-in/plug-ins.c
|
* app/plug-in/plug-ins.c
|
||||||
|
@ -11,7 +16,7 @@
|
||||||
|
|
||||||
2004-08-09 Hans Breuer <hans@breuer.org>
|
2004-08-09 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* 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
|
gimp_create_display() with the right parameters order
|
||||||
|
|
||||||
* app/widgets/gimpwidgets-utils.c (gimp_message_box_set_icons)
|
* app/widgets/gimpwidgets-utils.c (gimp_message_box_set_icons)
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
|
Type=Application
|
||||||
_Name=The GIMP
|
_Name=The GIMP
|
||||||
|
_GenericName=Image Editor
|
||||||
_Comment=Create and edit images or photographs
|
_Comment=Create and edit images or photographs
|
||||||
Exec=gimp-remote-@GIMP_APP_VERSION@ %U
|
Exec=gimp-remote-@GIMP_APP_VERSION@ %U
|
||||||
TryExec=gimp-@GIMP_APP_VERSION@
|
TryExec=gimp-@GIMP_APP_VERSION@
|
||||||
Icon=@gimpdatadir@/images/@GIMP_DESKTOP_ICON@
|
Icon=@gimpdatadir@/images/@GIMP_DESKTOP_ICON@
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Categories=Application;Graphics;2DGraphics;RasterGraphics;
|
||||||
Categories=Application;Graphics;RasterGraphics;
|
|
||||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||||
X-GNOME-Bugzilla-Product=GIMP
|
X-GNOME-Bugzilla-Product=GIMP
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue