plug-ins/gfig/gfig.c merged fixes from gimp-1-2.

2001-06-18  Sven Neumann  <sven@gimp.org>

	* plug-ins/gfig/gfig.c
	* plug-ins/script-fu/scripts/land.scm: merged fixes from gimp-1-2.
This commit is contained in:
Sven Neumann
2001-06-18 12:14:54 +00:00
committed by Sven Neumann
parent 04866238ad
commit 45ecf78e0c
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-06-18 Sven Neumann <sven@gimp.org>
* plug-ins/gfig/gfig.c
* plug-ins/script-fu/scripts/land.scm: merged fixes from gimp-1-2.
2001-06-15 Michael Natterer <mitch@gimp.org>
* plug-ins/perl/Gimp/Lib.xs: forgot to s/id/drawable_id/ here.

View File

@ -1557,7 +1557,7 @@ create_file_selection (GFigObj *obj,
if (!window)
{
window = gtk_file_selection_new ("Save gfig drawing");
window = gtk_file_selection_new (_("Save Gfig drawing"));
gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_MOUSE);
gtk_signal_connect (GTK_OBJECT (window), "destroy",

View File

@ -77,7 +77,7 @@
SF-ADJUSTMENT _"Random Seed" '(32 0 15000000 1 10 0 1)
SF-ADJUSTMENT _"Detail Level" '(4 1 15 1 5 0 0)
SF-ADJUSTMENT _"Land Height" '(60 1 65 1 10 0 1)
SF-ADJUSTMENT _"Land Height" '(4 1 65 1 10 0 1)
SF-ADJUSTMENT _"Sea Depth" '(4 1 65 1 10 0 1)
SF-ADJUSTMENT _"Scale X" '(4 0.1 16 1 5 0.1 0)
SF-ADJUSTMENT _"Scale Y" '(4 0.1 16 1 5 0.1 0)
SF-GRADIENT _"Gradient" "Land_1")