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

@ -57,7 +57,8 @@ const char * blur_names[blur_NUM_TOOLS] = {
gettext_noop("Blur"),
};
const char * blur_descs[blur_NUM_TOOLS][2] = {
{gettext_noop("Click and move the mouse around to blur the image."), gettext_noop("Click to blur the whole image.")},
{gettext_noop("Click and move the mouse around to blur the image."),
gettext_noop("Click to blur the entire image.")},
};
Uint32 blur_api_version(void) { return(TP_MAGIC_API_VERSION); }