edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolateall / interpolateall.C
index d52e8bdb106dc6dac2792010273b1a467724f269..79124bbc690b384ab5adcf5fd98fc2286dcfecd6 100644 (file)
@@ -44,7 +44,7 @@ public:
        InterpolateAllEffect(PluginServer *server);
        ~InterpolateAllEffect();
 
-       char* plugin_title();
+       const char* plugin_title();
        int is_realtime();
        int is_multichannel();
        int get_parameters();
@@ -94,7 +94,7 @@ InterpolateAllEffect::~InterpolateAllEffect()
 
 
 
-char* InterpolateAllEffect::plugin_title() { return _("Interpolate"); }
+char* InterpolateAllEffect::plugin_title() { return N_("Interpolate"); }
 int InterpolateAllEffect::is_realtime() { return 0; }
 int InterpolateAllEffect::is_multichannel() { return 0; }