renamed threshold to black and white as that's main effect. Comments on rosette (this is just a 3 prong kaleidoscope)

and fisheye (no idea what it's actually doing)
This commit is contained in:
secretlondon 2008-08-30 23:59:37 +00:00
parent 2f38483e8f
commit 52a5d36642
3 changed files with 6 additions and 6 deletions

View file

@ -74,7 +74,7 @@ SDL_Surface * fisheye_get_icon(magic_api * api, int which)
return(IMG_Load(fname));
}
char * fisheye_get_name(magic_api * api, int which) { return strdup(gettext_noop("Fisheye")); }
char * fisheye_get_name(magic_api * api, int which) { return strdup(gettext_noop("Fisheye")); } //Needs better name
char * fisheye_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Select an area of the image to create the fisheye effect")); }