the "color" option's label was saying "Size". Changed it to "Color".
2003-04-04 Michael Natterer <mitch@gimp.org> * app/tools/paint_options.c (pressure_options_gui): the "color" option's label was saying "Size". Changed it to "Color".
This commit is contained in:

committed by
Michael Natterer

parent
0d61c2889c
commit
9820b157ba
@ -1,3 +1,8 @@
|
||||
2003-04-04 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/tools/paint_options.c (pressure_options_gui): the "color"
|
||||
option's label was saying "Size". Changed it to "Color".
|
||||
|
||||
2003-04-04 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/gui/documents-menu.c: use "", not NULL for "no accelerator",
|
||||
|
@ -279,7 +279,7 @@ pressure_options_gui (GimpPressureOptions *pressure,
|
||||
tool_type == GIMP_TYPE_PENCIL_TOOL)
|
||||
{
|
||||
button = gimp_prop_check_button_new (config, "pressure-color",
|
||||
_("Size"));;
|
||||
_("Color"));;
|
||||
gtk_container_add (GTK_CONTAINER (wbox), button);
|
||||
gtk_widget_show (button);
|
||||
}
|
||||
|
@ -279,7 +279,7 @@ pressure_options_gui (GimpPressureOptions *pressure,
|
||||
tool_type == GIMP_TYPE_PENCIL_TOOL)
|
||||
{
|
||||
button = gimp_prop_check_button_new (config, "pressure-color",
|
||||
_("Size"));;
|
||||
_("Color"));;
|
||||
gtk_container_add (GTK_CONTAINER (wbox), button);
|
||||
gtk_widget_show (button);
|
||||
}
|
||||
|
Reference in New Issue
Block a user