From e9443b5774a230a49d400bfd587df86e9b0cee91 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 19 Sep 2005 13:15:31 +0000 Subject: [PATCH] autogen.sh configure.in app/main.c app/widgets/gimptoolbox.c changed "The 2005-09-19 Sven Neumann * 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". --- ChangeLog | 9 +++++++++ app/main.c | 2 +- app/widgets/gimptoolbox.c | 2 +- autogen.sh | 4 ++-- configure.in | 2 +- plug-ins/script-fu/scripts/web-browser.scm | 6 +++--- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9868f3ac5..448b9459df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-09-19 Sven Neumann + + * 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 * app/actions/actions.c: use GTK_STOCK_FILE for File actions. diff --git a/app/main.c b/app/main.c index 90e89d6d88..25c8760aa3 100644 --- a/app/main.c +++ b/app/main.c @@ -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); diff --git a/app/widgets/gimptoolbox.c b/app/widgets/gimptoolbox.c index edd50930a8..db9d34b96c 100644 --- a/app/widgets/gimptoolbox.c +++ b/app/widgets/gimptoolbox.c @@ -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); diff --git a/autogen.sh b/autogen.sh index b0d193bc74..ed2600f8e4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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." diff --git a/configure.in b/configure.in index bbd79ec0a7..425aa8c893 100644 --- a/configure.in +++ b/configure.in @@ -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]) diff --git a/plug-ins/script-fu/scripts/web-browser.scm b/plug-ins/script-fu/scripts/web-browser.scm index 3a542c96be..c8d1bcd1ca 100644 --- a/plug-ins/script-fu/scripts/web-browser.scm +++ b/plug-ins/script-fu/scripts/web-browser.scm @@ -38,7 +38,7 @@ "") (script-fu-menu-register "gimp-online-main-web-site" - "/Help/The GIMP Online") + "/Help/GIMP Online") (script-fu-register "gimp-online-developer-web-site" @@ -50,7 +50,7 @@ "") (script-fu-menu-register "gimp-online-developer-web-site" - "/Help/The GIMP Online") + "/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" - "/Help/The GIMP Online") + "/Help/GIMP Online")