set application name to "GIMP", the expanded acronym is in the comment

2005-10-05  Sven Neumann  <sven@gimp.org>

	* app/dialogs/about-dialog.c: set application name to "GIMP", the
	expanded acronym is in the comment already.
This commit is contained in:
Sven Neumann 2005-10-05 21:38:04 +00:00 committed by Sven Neumann
parent 57104ef821
commit a637cdd039
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-10-05 Sven Neumann <sven@gimp.org>
* app/dialogs/about-dialog.c: set application name to "GIMP", the
expanded acronym is in the comment already.
2005-10-05 Sven Neumann <sven@gimp.org>
* app/dialogs/quit-dialog.c: fixed string.

View file

@ -57,6 +57,7 @@
"along with this program; if not, write to the Free Software\n" \
"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
#define NAME "GIMP"
#define COMMENTS _("GNU Image Manipulation Program")
#define WEBSITE "http://www.gimp.org/"
@ -138,6 +139,7 @@ about_dialog_create (GimpContext *context)
widget = g_object_new (GTK_TYPE_ABOUT_DIALOG,
"role", "about-dialog",
"window-position", GTK_WIN_POS_CENTER,
"name", NAME,
"version", GIMP_VERSION,
"copyright", COPYRIGHT,
"comments", COMMENTS,