X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.0%2Fplugins%2Ftimestretch%2Ftimestretch.C;h=bc9bc5ea25a0610481d5268229e650073e40f52e;hb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;hp=192ce95475dd53f8abce694fd224e9fb83a9b3f1;hpb=9755040e9ae6889aa0d1627d0e209496d1e000e6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/timestretch/timestretch.C b/cinelerra-5.0/plugins/timestretch/timestretch.C index 192ce954..bc9bc5ea 100644 --- a/cinelerra-5.0/plugins/timestretch/timestretch.C +++ b/cinelerra-5.0/plugins/timestretch/timestretch.C @@ -116,7 +116,7 @@ int TimeStretchTime::handle_event() TimeStretchWindow::TimeStretchWindow(TimeStretch *plugin, int x, int y) - : BC_Window(PROGRAM_NAME ": Time stretch", + : BC_Window(_(PROGRAM_NAME ": Time stretch"), x - 160, y - 75, 320, @@ -350,7 +350,7 @@ TimeStretch::~TimeStretch() -const char* TimeStretch::plugin_title() { return N_("Time stretch"); } +const char* TimeStretch::plugin_title() { return _("Time stretch"); } int TimeStretch::get_parameters() {