]> git.sesse.net Git - vlc/commitdiff
add the magnify filter to the list
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 29 Nov 2005 01:22:41 +0000 (01:22 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 29 Nov 2005 01:22:41 +0000 (01:22 +0000)
modules/gui/wxwidgets/extrapanel.cpp

index 3c1429632c2cbb4650be101dd4f35da839363a0f..100239a4999aa0e1ce17b6493166674f44637838 100644 (file)
@@ -153,6 +153,7 @@ static const struct filter vfilters[] =
     { "crop", N_("Image cropping"), N_("Crops the image") },
     { "motionblur", N_("Blurring"), N_("Creates a motion blurring on the image") },
     { "transform",  N_("Transformation"), N_("Rotates or flips the image") },
+    { "magnify",  N_("Magnify"), N_("Magnifies part of the image") },
     { NULL, NULL, NULL } /* Do not remove this line */
 };