libgimp/gimpbrushes.c fix some ytpos.
2006-06-25 Manish Singh <yosh@gimp.org>
* libgimp/gimpbrushes.c
* modules/cdisplay_colorblind.c: fix some ytpos.
This commit is contained in:
parent
f1e54be89d
commit
b39f3ce1c3
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-06-25 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* libgimp/gimpbrushes.c
|
||||
* modules/cdisplay_colorblind.c: fix some ytpos.
|
||||
|
||||
2006-06-25 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/plug-in/plug-in-params.c
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ gimp_brushes_set_opacity (gdouble opacity)
|
|||
/**
|
||||
* gimp_brushes_get_paint_mode:
|
||||
*
|
||||
* This procedure isdeprecated! Use gimp_context_get_paint_mode() instead.
|
||||
* This procedure is deprecated! Use gimp_context_get_paint_mode() instead.
|
||||
*
|
||||
* Returns: The paint mode.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ static const GEnumValue enum_values[] =
|
|||
static const GimpEnumDesc enum_descs[] =
|
||||
{
|
||||
{ COLORBLIND_DEFICIENCY_PROTANOPIA,
|
||||
N_("Protanopia (insensitivity to red"), NULL },
|
||||
N_("Protanopia (insensitivity to red)"), NULL },
|
||||
{ COLORBLIND_DEFICIENCY_DEUTERANOPIA,
|
||||
N_("Deuteranopia (insensitivity to green)"), NULL },
|
||||
{ COLORBLIND_DEFICIENCY_TRITANOPIA,
|
||||
|
|
|
|||
Loading…
Reference in a new issue