plugin fixes and upgrades
[goodguy/history.git] / cinelerra-5.0 / plugins / shiftinterlace / shiftinterlace.C
index 2880a9ebe7597d67c65ae5236949d7322d8de6a4..3e6b57be001f15d73e5b2a367b1a29f05ffdc7c6 100644 (file)
@@ -259,7 +259,7 @@ ShiftInterlaceMain::~ShiftInterlaceMain()
 }
 
 
-const char* ShiftInterlaceMain::plugin_title()  { return N_("ShiftInterlace"); }
+const char* ShiftInterlaceMain::plugin_title()  { return _("ShiftInterlace"); }
 int ShiftInterlaceMain::is_realtime() { return 1; }
 
 
@@ -282,6 +282,8 @@ void ShiftInterlaceMain::save_data(KeyFrame *keyframe)
        output.tag.set_property("ODD_OFFSET", config.odd_offset);
        output.tag.set_property("EVEN_OFFSET", config.even_offset);
        output.append_tag();
+       output.tag.set_title("/SHIFTINTERLACE");
+       output.append_tag();
        output.append_newline();
        output.terminate_string();
 // data is now in *text