Skip to content

Commit

Permalink
operations/external/png-save: Fix the description
Browse files Browse the repository at this point in the history
Sink operations don't pass the buffer through.

Other file saving operations mention the library that is used to write
the files, and it is generally useful information. So let's add that
too.
  • Loading branch information
debarshiray committed Dec 23, 2015
1 parent 988dbf5 commit 026bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/external/png-save.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ gegl_op_class_init (GeglOpClass *klass)
"title", _("PNG File Saver"),
"categories" , "output",
"description",
_("PNG image saver (passes the buffer through, saves as a side-effect.)"),
_("PNG image saver, using libpng"),
NULL);

gegl_extension_handler_register_saver (".png", "gegl:png-save");
Expand Down

0 comments on commit 026bfb8

Please sign in to comment.