X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Frgb601%2Fivtc.C.2;h=3da4aa68a4ebe93a3553d860162e4b1a3af67e69;hb=5aad2133f228b736f033d6c48e1629078b858286;hp=a8a64a42e9a7d692ce7dd0f242b97c4123d061a8;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/rgb601/ivtc.C.2 b/cinelerra-5.0/plugins/rgb601/ivtc.C.2 index a8a64a42..3da4aa68 100644 --- a/cinelerra-5.0/plugins/rgb601/ivtc.C.2 +++ b/cinelerra-5.0/plugins/rgb601/ivtc.C.2 @@ -1,4 +1,4 @@ -#include "colormodels.h" +#include "bccmodels.h" #include "filexml.h" #include "rgb601.h" #include "rgb601window.h" @@ -41,7 +41,7 @@ RGB601Main::~RGB601Main() delete defaults; } -char* RGB601Main::plugin_title() { return "Inverse Telecine"; } +char* RGB601Main::plugin_title() { return _("Inverse Telecine"); } int RGB601Main::is_realtime() { return 1; } int RGB601Main::load_defaults()