Changed the link to script-fu resources to point to www.gimp.org.

--Sven
This commit is contained in:
Sven Neumann 1998-04-16 17:49:19 +00:00
parent 13dd65aef0
commit 139d7bd0a0
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Thu Apr 16 19:46:46 MEST 1998 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/interp_slib.c: changed the link to
the script-fu resources to point to www.gimp.org
Wed Apr 15 13:18:47 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/disp_callbacks.c: restart current tool when changing

View File

@ -3540,7 +3540,7 @@ help (void)
{
fprintf (siod_output, "HELP for SIOD, Version %s\n", siod_version ());
fprintf (siod_output, "For the latest Script-Fu tips, tutorials, & info:\n");
fprintf (siod_output, "\thttp://www.xcf.berkeley.edu/~gimp/script-fu/script-fu.html\n\n");
fprintf (siod_output, "\thttp://www.gimp.org/scripts.html\n\n");
return NIL;
}

View File

@ -3540,7 +3540,7 @@ help (void)
{
fprintf (siod_output, "HELP for SIOD, Version %s\n", siod_version ());
fprintf (siod_output, "For the latest Script-Fu tips, tutorials, & info:\n");
fprintf (siod_output, "\thttp://www.xcf.berkeley.edu/~gimp/script-fu/script-fu.html\n\n");
fprintf (siod_output, "\thttp://www.gimp.org/scripts.html\n\n");
return NIL;
}