plugin fixes and upgrades
[goodguy/history.git] / cinelerra-5.0 / plugins / rotate / rotate.C
index 1f44725211c2bc05e06ec26044bb960c423e6ae0..0ebeb60d92bdc887937f525f005d4e18d2f3ee56 100644 (file)
@@ -607,7 +607,7 @@ RotateEffect::~RotateEffect()
 
 
 
-const char* RotateEffect::plugin_title() { return N_("Rotate"); }
+const char* RotateEffect::plugin_title() { return _("Rotate"); }
 int RotateEffect::is_realtime() { return 1; }
 
 
@@ -643,6 +643,9 @@ void RotateEffect::save_data(KeyFrame *keyframe)
        output.tag.set_property("DRAW_PIVOT", (int)config.draw_pivot);
 //     output.tag.set_property("INTERPOLATE", (int)config.bilinear);
        output.append_tag();
+       output.tag.set_title("/ROTATE");
+       output.append_tag();
+       output.append_newline();
        output.terminate_string();
 // data is now in *text
 }