add refresh rate to vicons + a bunch of bug fixes
[goodguy/history.git] / cinelerra-5.0 / plugins / burn / burn.C
index 4adf2c19941537c67ad75d6e25c2aeed7869f07b..0adac782aff3a1eb1a6440c8b800b0a5445a10e0 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include "clip.h"
-#include "colormodels.h"
+#include "bccmodels.h"
 #include "effecttv.h"
 #include "filexml.h"
 #include "language.h"
@@ -76,7 +76,7 @@ BurnMain::~BurnMain()
        if(yuv) delete yuv;
 }
 
-const char* BurnMain::plugin_title() { return N_("BurningTV"); }
+const char* BurnMain::plugin_title() { return _("BurningTV"); }
 int BurnMain::is_realtime() { return 1; }