Okay I have committed the ugly airbrush now.

This commit is contained in:
Olof S Kylander/GIMP 1999-09-07 01:24:50 +00:00
parent 93becebe06
commit f58c6dcc55
3 changed files with 9 additions and 3 deletions

View File

@ -571,7 +571,9 @@ paint_options_init (PaintOptions *options,
_("Dodge or Burn Options") :
((tool_type == SMUDGE) ?
_("Smudge Options") :
_("ERROR: Unknown Paint Type")))))))))))),
((tool_type == XINPUT_AIRBRUSH) ?
_("Xinput Airbrush Options") :
_("ERROR: Unknown Paint Type"))))))))))))),
reset_func);
/* initialize the paint options structure */

View File

@ -571,7 +571,9 @@ paint_options_init (PaintOptions *options,
_("Dodge or Burn Options") :
((tool_type == SMUDGE) ?
_("Smudge Options") :
_("ERROR: Unknown Paint Type")))))))))))),
((tool_type == XINPUT_AIRBRUSH) ?
_("Xinput Airbrush Options") :
_("ERROR: Unknown Paint Type"))))))))))))),
reset_func);
/* initialize the paint options structure */

View File

@ -571,7 +571,9 @@ paint_options_init (PaintOptions *options,
_("Dodge or Burn Options") :
((tool_type == SMUDGE) ?
_("Smudge Options") :
_("ERROR: Unknown Paint Type")))))))))))),
((tool_type == XINPUT_AIRBRUSH) ?
_("Xinput Airbrush Options") :
_("ERROR: Unknown Paint Type"))))))))))))),
reset_func);
/* initialize the paint options structure */