mirror of https://github.com/GNOME/gimp.git
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:
parent
67d3ef2898
commit
78c67eef88
|
@ -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.
|
||||
|
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue