X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fperspective%2Fperspective.C;h=c2eb184ae2ca00b9653fc0c966089ca3bdf03187;hb=5aad2133f228b736f033d6c48e1629078b858286;hp=57697dc6eef56cd375535eedfb90c2793aa422ff;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/perspective/perspective.C b/cinelerra-5.0/plugins/perspective/perspective.C index 57697dc6..c2eb184a 100644 --- a/cinelerra-5.0/plugins/perspective/perspective.C +++ b/cinelerra-5.0/plugins/perspective/perspective.C @@ -617,7 +617,7 @@ PerspectiveMain::~PerspectiveMain() if(temp) delete temp; } -const char* PerspectiveMain::plugin_title() { return N_("Perspective"); } +const char* PerspectiveMain::plugin_title() { return _("Perspective"); } int PerspectiveMain::is_realtime() { return 1; }