rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / plugins / dot / dot.C
index 79402d30b9c97ece53ec51f646e7b114d87fba64..68cf8c032edc3d1320eca410c1b4dae41bfa1bd3 100644 (file)
@@ -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)