typo: FOEEGROUND -> FOREGROUND.

2005-08-03  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/gimpbaseenums.h: typo: FOEEGROUND -> FOREGROUND.
This commit is contained in:
Michael Natterer 2005-08-03 10:02:01 +00:00 committed by Michael Natterer
parent 4e9fd4f69f
commit ce9332790c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-08-03 Michael Natterer <mitch@gimp.org>
* libgimpbase/gimpbaseenums.h: typo: FOEEGROUND -> FOREGROUND.
2005-08-03 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpfiledialog.c (gimp_file_dialog_new):

View file

@ -155,7 +155,7 @@ typedef enum
} GimpDodgeBurnType;
#define GIMP_TYPE_FOEEGROUND_EXTRACT_MODE (gimp_foreground_extract_mode_get_type ())
#define GIMP_TYPE_FOREGROUND_EXTRACT_MODE (gimp_foreground_extract_mode_get_type ())
GType gimp_foreground_extract_mode_get_type (void) G_GNUC_CONST;