mirror of https://github.com/GNOME/gimp.git
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:
parent
c3d25ffb89
commit
80dd4bff6c
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue