]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwidgets/extrapanel.cpp: Add the puzzle video filter to the Extended...
authorDennis van Amerongen <trax@videolan.org>
Sat, 11 Nov 2006 22:48:42 +0000 (22:48 +0000)
committerDennis van Amerongen <trax@videolan.org>
Sat, 11 Nov 2006 22:48:42 +0000 (22:48 +0000)
modules/gui/wxwidgets/extrapanel.cpp

index 1f587597ad9582898b276433b5d851b9997b0647..505e2e71107b815d4e47105e2470bbb9d2360adf 100644 (file)
@@ -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 */
 };