app: s/imagemap/drawablefilter/ in some comments

This commit is contained in:
Michael Natterer 2017-04-30 21:15:26 +02:00
parent 3bb1f09dce
commit 530b62a53e
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@
* processing. It uses drawable filters that allow for non-destructive
* manupulation of drawable data, with live preview on screen.
*
* To create a tool that uses this, see /tools/gimpimagemaptool.c for
* the interface and /tools/gimpcolorbalancetool.c for an example of
* using that interface.
* To create a tool that uses this, see app/tools/gimpfiltertool.c for
* the interface and e.g. app/tools/gimpcolorbalancetool.c for an
* example of using that interface.
*/
#include "config.h"

View File

@ -19,7 +19,7 @@
* preview for non destructive editing. The processing of the pixels can
* be done either by a gegl op or by a C function (apply_func).
*
* For the core side of this, please see /app/core/gimpimagemap.c.
* For the core side of this, please see app/core/gimpdrawablefilter.c.
*/
#include "config.h"