X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.0%2Fplugins%2Fsynthesizer%2Fsynthesizer.C;h=e7fc13337a9ac9b9063123e1046d3ce7bd3abd1a;hb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;hp=0456073b48260b2bf44ed33a6fb354cafd023fd0;hpb=9755040e9ae6889aa0d1627d0e209496d1e000e6;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; }