add refresh rate to vicons + a bunch of bug fixes
[goodguy/history.git] / cinelerra-5.0 / plugins / resamplert / resamplert.C
index 3c6a75e01a82eaa5990527ba358140888f7c3236..7b9569318fb6e31fb9520d5b85c5b30453ad3279 100644 (file)
@@ -92,7 +92,7 @@ void ResampleRTWindow::create_objects()
        int x = 10, y = 10;
 
        BC_Title *title;
-       add_subwindow(title = new BC_Title(x, y, "Scale by amount:"));
+       add_subwindow(title = new BC_Title(x, y, _("Scale by amount:")));
        y += title->get_h() + plugin->get_theme()->widget_border;
 
        scale = new ResampleRTScale(this,
@@ -183,7 +183,7 @@ ResampleRT::~ResampleRT()
        delete resample;
 }
 
-const char* ResampleRT::plugin_title() { return N_("ResampleRT"); }
+const char* ResampleRT::plugin_title() { return _("ResampleRT"); }
 int ResampleRT::is_realtime() { return 1; }
 int ResampleRT::is_synthesis() { return 1; }