X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fgraphic%2Fgraphic.C;h=e64d9c6991bcb85aa93424bcb0b75f89a6e99788;hb=9058f65f71aafbeab023657be0f6b84b629b70c4;hp=f927679cd23673d6d79d102619f405a59d557a2e;hpb=a91176d7510310919776d0250d5708bb244d440b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/graphic/graphic.C b/cinelerra-5.1/plugins/graphic/graphic.C index f927679c..e64d9c69 100644 --- a/cinelerra-5.1/plugins/graphic/graphic.C +++ b/cinelerra-5.1/plugins/graphic/graphic.C @@ -1045,7 +1045,7 @@ GraphicEQ::~GraphicEQ() int GraphicEQ::is_realtime() { return 1; } -const char* GraphicEQ::plugin_title() { return _("EQ Graphic"); } +const char* GraphicEQ::plugin_title() { return N_("EQ Graphic"); } NEW_WINDOW_MACRO(GraphicEQ, GraphicGUI)