From: Antoine Cellerier Date: Tue, 29 Nov 2005 01:22:41 +0000 (+0000) Subject: add the magnify filter to the list X-Git-Tag: 0.9.0-test0~13150 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ebf8f0cf92dad814bd42ae5163074efafd3cddc4;p=vlc add the magnify filter to the list --- diff --git a/modules/gui/wxwidgets/extrapanel.cpp b/modules/gui/wxwidgets/extrapanel.cpp index 3c1429632c..100239a499 100644 --- a/modules/gui/wxwidgets/extrapanel.cpp +++ b/modules/gui/wxwidgets/extrapanel.cpp @@ -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 */ };