X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fphotoscale%2Fphotoscale.C;h=71639577061eda5f5c02b6f42de68a6a8a366c82;hb=02d3ec98b097986b38992df0d2184bc85ccaa38b;hp=e4e666afa332faeb92a3e0dc6639d892432fde8c;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/photoscale/photoscale.C b/cinelerra-5.0/plugins/photoscale/photoscale.C index e4e666af..71639577 100644 --- a/cinelerra-5.0/plugins/photoscale/photoscale.C +++ b/cinelerra-5.0/plugins/photoscale/photoscale.C @@ -195,7 +195,7 @@ PhotoScaleSwapExtents::PhotoScaleSwapExtents(PhotoScaleMain *plugin, { this->plugin = plugin; this->gui = gui; - set_tooltip("Swap dimensions"); + set_tooltip(_("Swap dimensions")); } int PhotoScaleSwapExtents::handle_event() @@ -288,7 +288,7 @@ PhotoScaleMain::~PhotoScaleMain() if(engine) delete engine; } -const char* PhotoScaleMain::plugin_title() { return N_("Auto Scale"); } +const char* PhotoScaleMain::plugin_title() { return _("Auto Scale"); } int PhotoScaleMain::is_realtime() { return 1; }