use GIMP_NAME.

2006-02-07  Sven Neumann  <sven@gimp.org>

	* app/main.c (gimp_show_version): use GIMP_NAME.
This commit is contained in:
Sven Neumann 2006-02-07 10:54:31 +00:00 committed by Sven Neumann
parent 5d162ab7d1
commit ab184971a3
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-02-07 Sven Neumann <sven@gimp.org>
* app/main.c (gimp_show_version): use GIMP_NAME.
* app/about.h (GIMP_LICENSE): s/This program/GIMP/g
2006-02-06 Sven Neumann <sven@gimp.org>

View File

@ -448,7 +448,7 @@ gimp_option_dump_gimprc (const gchar *option_name,
static void
gimp_show_version (void)
{
g_print (_("%s version %s"), "GIMP", GIMP_VERSION);
g_print (_("%s version %s"), GIMP_NAME, GIMP_VERSION);
g_print ("\n");
}