X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fdeinterlace-cv%2Fdeinterwindow-cv.C;h=75b7add3214591b5fcba603d2a98341b5431e2ad;hb=0fb566814c8a2948506be87ea7ecd08128ae119b;hp=4cc1919fb3c93eab6da601f198180370f6ce96b3;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/deinterlace-cv/deinterwindow-cv.C b/cinelerra-5.0/plugins/deinterlace-cv/deinterwindow-cv.C index 4cc1919f..75b7add3 100644 --- a/cinelerra-5.0/plugins/deinterlace-cv/deinterwindow-cv.C +++ b/cinelerra-5.0/plugins/deinterlace-cv/deinterwindow-cv.C @@ -21,17 +21,9 @@ #include "bcdisplayinfo.h" #include "deinterwindow-cv.h" +#include "language.h" #include -#include -#define _(String) gettext(String) -#define gettext_noop(String) String -#define N_(String) gettext_noop (String) - - - - - DeInterlaceWindow::DeInterlaceWindow(DeInterlaceMain *client) : PluginClientWindow(client, @@ -100,7 +92,7 @@ int DeInterlaceWindow::set_mode(int mode, int recursive) case DEINTERLACE_AVG_1F: add_subwindow(dominance_top = new DeInterlaceDominanceTop(client, this, x, y, _("Average top fields"))); y+=25; - add_subwindow(dominance_bottom = new DeInterlaceDominanceBottom(client, this, x, y,"Average bottom fields")); + add_subwindow(dominance_bottom = new DeInterlaceDominanceBottom(client, this, x, y,_("Average bottom fields"))); y+=25; break; case DEINTERLACE_SWAP: