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:
Michael Natterer
2003-04-04 10:13:13 +00:00
committed by Michael Natterer
parent 0d61c2889c
commit 9820b157ba
3 changed files with 7 additions and 2 deletions

View File

@ -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",

View File

@ -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);
}

View File

@ -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);
}