diff --git a/ChangeLog b/ChangeLog index f34c767f02..8aa5e536cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-20 Sven Neumann + + * plug-ins/script-fu/scripts/rendermap.scm: applied patch from + Alastair M. Robinson that fixes the name of the default gradient + (bug #117851). + 2003-07-19 Michael Natterer * libgimpwidgets/gimpcolornotebook.c: added style properties diff --git a/plug-ins/script-fu/scripts/rendermap.scm b/plug-ins/script-fu/scripts/rendermap.scm index 011dfd88e2..c0ea8bc121 100644 --- a/plug-ins/script-fu/scripts/rendermap.scm +++ b/plug-ins/script-fu/scripts/rendermap.scm @@ -72,9 +72,9 @@ "28th April 1998" "Chris Gutteridge / ECS @ University of Southampton, England" "" - SF-ADJUSTMENT _"Image Size" '(256 0 2048 1 10 0 0) + SF-ADJUSTMENT _"Image Size" '(256 0 2048 1 10 0 0) SF-ADJUSTMENT _"Granularity" '(4 0 15 1 1 0 0) - SF-GRADIENT _"Gradient" "Land_and_Sea" - SF-OPTION _"Behaviour" '(_"Tile" _"Detail in Middle") + SF-GRADIENT _"Gradient" "Land and Sea" + SF-OPTION _"Behaviour" '(_"Tile" _"Detail in Middle") )