Commit d35bb926 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle video filter to the Extended GUI.

parent 2ad6c313
......@@ -151,6 +151,7 @@ static const struct filter vfilters[] =
{ "motionblur", N_("Blurring"), N_("Adds motion blurring to the image") },
{ "transform", N_("Transformation"), N_("Rotates or flips the image") },
{ "magnify", N_("Magnify"), N_("Magnifies part of the image") },
{ "puzzle", N_("Puzzle"), N_("Turns the image into a puzzle") },
{ NULL, NULL, NULL } /* Do not remove this line */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment