X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fdot%2Fdot.C;h=68cf8c032edc3d1320eca410c1b4dae41bfa1bd3;hb=d7079fb6d5f3d12bc85f5413113890bc80dd22f2;hp=79402d30b9c97ece53ec51f646e7b114d87fba64;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/dot/dot.C b/cinelerra-5.0/plugins/dot/dot.C index 79402d30..68cf8c03 100644 --- a/cinelerra-5.0/plugins/dot/dot.C +++ b/cinelerra-5.0/plugins/dot/dot.C @@ -20,7 +20,7 @@ */ #include "clip.h" -#include "colormodels.h" +#include "bccmodels.h" #include "filexml.h" #include "dot.h" #include "dotwindow.h" @@ -79,7 +79,7 @@ DotMain::~DotMain() } } -const char* DotMain::plugin_title() { return N_("DotTV"); } +const char* DotMain::plugin_title() { return _("DotTV"); } int DotMain::is_realtime() { return 1; } NEW_WINDOW_MACRO(DotMain, DotWindow)