autogen.sh configure.in app/main.c app/widgets/gimptoolbox.c changed "The

2005-09-19  Sven Neumann  <sven@gimp.org>

	* autogen.sh
	* configure.in
	* app/main.c
	* app/widgets/gimptoolbox.c
	* plug-ins/script-fu/scripts/web-browser.scm: changed "The GIMP"
	to "GNU Image Manipulation Program" or just "GIMP".
This commit is contained in:
Sven Neumann 2005-09-19 13:15:31 +00:00 committed by Sven Neumann
parent 3b28167dd2
commit e9443b5774
6 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,12 @@
2005-09-19 Sven Neumann <sven@gimp.org>
* autogen.sh
* configure.in
* app/main.c
* app/widgets/gimptoolbox.c
* plug-ins/script-fu/scripts/web-browser.scm: changed "The GIMP"
to "GNU Image Manipulation Program" or just "GIMP".
2005-09-19 Sven Neumann <sven@gimp.org>
* app/actions/actions.c: use GTK_STOCK_FILE for File actions.

View File

@ -245,7 +245,7 @@ main (int argc,
gimp_init_i18n ();
g_set_application_name (_("The GIMP"));
g_set_application_name (_("GNU Image Manipulation Program"));
basename = g_path_get_basename (argv[0]);
g_set_prgname (basename);

View File

@ -574,7 +574,7 @@ gimp_toolbox_new (GimpDialogFactory *dialog_factory,
g_return_val_if_fail (GIMP_IS_GIMP (gimp), NULL);
toolbox = g_object_new (GIMP_TYPE_TOOLBOX,
"title", _("The GIMP"),
"title", _("GIMP"),
"context", gimp_get_user_context (gimp),
"dialog-factory", dialog_factory,
NULL);

View File

@ -10,7 +10,7 @@
# directly.
PROJECT="The GIMP"
PROJECT="GNU Image Manipulation Program"
TEST_TYPE=-d
FILE=plug-ins
@ -280,4 +280,4 @@ if test $RC -ne 0; then
fi
echo
echo "Now type 'make' to compile $PROJECT."
echo "Now type 'make' to compile the $PROJECT."

View File

@ -37,7 +37,7 @@ m4_define([gimp_unstable],
m4_define([gimp_stable],
m4_if(m4_eval(gimp_minor_version % 2), [0], [yes], [no]))
m4_define([gimp_full_name], [The GIMP])
m4_define([gimp_full_name], [GNU Image Manipulation Program])
# required versions of other packages
m4_define([glib_required_version], [2.6.0])

View File

@ -38,7 +38,7 @@
"")
(script-fu-menu-register "gimp-online-main-web-site"
"<Toolbox>/Help/The GIMP Online")
"<Toolbox>/Help/GIMP Online")
(script-fu-register "gimp-online-developer-web-site"
@ -50,7 +50,7 @@
"")
(script-fu-menu-register "gimp-online-developer-web-site"
"<Toolbox>/Help/The GIMP Online")
"<Toolbox>/Help/GIMP Online")
(script-fu-register "gimp-online-plug-in-web-site"
@ -62,4 +62,4 @@
"")
(script-fu-menu-register "gimp-online-plug-in-web-site"
"<Toolbox>/Help/The GIMP Online")
"<Toolbox>/Help/GIMP Online")