fixed spelling of Fractal.

2005-07-08  Sven Neumann  <sven@gimp.org>

        * plug-ins/ifscompose/ifscompose.c: fixed spelling of Fractal.
This commit is contained in:
Sven Neumann 2005-07-08 16:57:38 +00:00 committed by Sven Neumann
parent c3d25ffb89
commit 80dd4bff6c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-08 Sven Neumann <sven@gimp.org>
* plug-ins/ifscompose/ifscompose.c: fixed spelling of Fractal.
2005-07-08 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimpwidgets.h: include gimpscrolledpreview.h

View File

@ -2505,7 +2505,7 @@ ifs_compose_save (GtkWidget *parent)
if (! dialog)
{
dialog =
gtk_file_chooser_dialog_new (_("Save as IFS Fraktal file"),
gtk_file_chooser_dialog_new (_("Save as IFS Fractal file"),
GTK_WINDOW (parent),
GTK_FILE_CHOOSER_ACTION_SAVE,
@ -2540,7 +2540,7 @@ ifs_compose_load (GtkWidget *parent)
if (! dialog)
{
dialog =
gtk_file_chooser_dialog_new (_("Open IFS Fraktal file"),
gtk_file_chooser_dialog_new (_("Open IFS Fractal file"),
GTK_WINDOW (parent),
GTK_FILE_CHOOSER_ACTION_OPEN,