Added alien magic tool. Added missing description text for some magic tools.

This commit is contained in:
Andrew Corcoran 2008-07-29 19:57:55 +00:00
parent fd65f98abc
commit d0d5e16b00
9 changed files with 257 additions and 16 deletions

View file

@ -69,9 +69,9 @@ const char * tint_names[tint_NUM_TOOLS] = {
};
const char * tint_descs[tint_NUM_TOOLS][2] = {
{gettext_noop("Click and move the mouse around to change the color of parts of the picture."),
gettext_noop("Click to change the entire pictures color."),},
gettext_noop("Click to change the colour of the entire image."),},
{gettext_noop("Click and move the mouse around to threshold the image into pure colour and white regions."),
gettext_noop("Click to threshold the image into pure colour and white regions.")}
gettext_noop("Click to threshold the entire image into pure colour and white regions.")}
};
Uint32 tint_api_version(void) { return(TP_MAGIC_API_VERSION); }