X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Flivevideo%2Flivevideo.C;h=23b63d506fbb62ed4e0e8aa6a18ece3df508342b;hb=0fb566814c8a2948506be87ea7ecd08128ae119b;hp=b699824f35625ca0047b4712a88602a35f85be34;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/livevideo/livevideo.C b/cinelerra-5.0/plugins/livevideo/livevideo.C index b699824f..23b63d50 100644 --- a/cinelerra-5.0/plugins/livevideo/livevideo.C +++ b/cinelerra-5.0/plugins/livevideo/livevideo.C @@ -578,7 +578,7 @@ void LiveVideo::render_stop() } -const char* LiveVideo::plugin_title() { return N_("Live Video"); } +const char* LiveVideo::plugin_title() { return _("Live Video"); } int LiveVideo::is_realtime() { return 1; } int LiveVideo::is_multichannel() { return 0; } int LiveVideo::is_synthesis() { return 1; }