X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fsynthesizer%2Fsynthesizer.C;h=e7fc13337a9ac9b9063123e1046d3ce7bd3abd1a;hb=5aad2133f228b736f033d6c48e1629078b858286;hp=0456073b48260b2bf44ed33a6fb354cafd023fd0;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/synthesizer/synthesizer.C b/cinelerra-5.0/plugins/synthesizer/synthesizer.C index 0456073b..e7fc1333 100644 --- a/cinelerra-5.0/plugins/synthesizer/synthesizer.C +++ b/cinelerra-5.0/plugins/synthesizer/synthesizer.C @@ -57,7 +57,7 @@ Synth::~Synth() NEW_WINDOW_MACRO(Synth, SynthWindow); -const char* Synth::plugin_title() { return N_("Synthesizer"); } +const char* Synth::plugin_title() { return _("Synthesizer"); } int Synth::is_realtime() { return 1; } int Synth::is_synthesis() { return 1; }