X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Fthreshold%2Fthreshold.C;h=402ba5987d6b069b3a2f6aec172ad134b5fd03bc;hb=723142d62d61cde588e961426440f839ca9dcda9;hp=13231b6e653c9719b82936a88ba596129fbcd6bd;hpb=c228887ab37c08509ae86a46f52b8f62b474129a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/threshold/threshold.C b/cinelerra-5.1/plugins/threshold/threshold.C index 13231b6e..402ba598 100644 --- a/cinelerra-5.1/plugins/threshold/threshold.C +++ b/cinelerra-5.1/plugins/threshold/threshold.C @@ -127,7 +127,7 @@ ThresholdMain::~ThresholdMain() delete threshold_engine; } -const char* ThresholdMain::plugin_title() { return _("Threshold"); } +const char* ThresholdMain::plugin_title() { return N_("Threshold"); } int ThresholdMain::is_realtime() { return 1; }