make viewer initially visible
[goodguy/history.git] / cinelerra-5.0 / plugins / holo / holo.C
index a756b664f71c3f9144155d19b10745afab16e0ab..48c68474d321f70bcf1c9f46e3fcf1f1db9921fb 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include "clip.h"
-#include "colormodels.h"
+#include "bccmodels.h"
 #include "effecttv.h"
 #include "filexml.h"
 #include "holo.h"
@@ -80,7 +80,7 @@ HoloMain::~HoloMain()
        delete yuv;
 }
 
-const char* HoloMain::plugin_title() { return N_("HolographicTV"); }
+const char* HoloMain::plugin_title() { return _("HolographicTV"); }
 int HoloMain::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(HoloMain, HoloWindow)