get_description() gets mode, so tools can provide diff. instructions.
This commit is contained in:
parent
c9dfc4d1d8
commit
2e5508842f
32 changed files with 102 additions and 50 deletions
|
|
@ -124,7 +124,7 @@ char * distortion_get_name(magic_api * api, int which)
|
|||
|
||||
// Report our "Magic" tool descriptions
|
||||
|
||||
char * distortion_get_description(magic_api * api, int which)
|
||||
char * distortion_get_description(magic_api * api, int which, int mode)
|
||||
{
|
||||
return(strdup(gettext_noop("Click and drag the mouse to cause a distortion in your picture.")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue