forgot to commit the latest version of this file (only a typo fix).

2006-10-23  Michael Natterer  <mitch@gimp.org>

	* app/base/base-enums.c: forgot to commit the latest version of
	this file (only a typo fix).
This commit is contained in:
Michael Natterer 2006-10-23 12:09:22 +00:00 committed by Michael Natterer
parent 67d3ef2898
commit 78c67eef88
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-23 Michael Natterer <mitch@gimp.org>
* app/base/base-enums.c: forgot to commit the latest version of
this file (only a typo fix).
2006-10-23 Sven Neumann <sven@gimp.org>
* configure.in: use LIBLCMS instead of LCMS_LIBS.

View File

@ -133,7 +133,7 @@ gimp_layer_mode_effects_get_type (void)
{ GIMP_COLOR_ERASE_MODE, N_("Color erase"), NULL },
{ GIMP_ERASE_MODE, N_("Erase"), NULL },
{ GIMP_REPLACE_MODE, N_("Replace"), NULL },
{ GIMP_ANTI_ERASE_MODE, N_("Anti Erase"), NULL },
{ GIMP_ANTI_ERASE_MODE, N_("Anti erase"), NULL },
{ 0, NULL, NULL }
};