X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fresizetrackthread.C;h=8ffd680a4a364de6fba4a8c76047e5e279dc1ee5;hb=2d8ee7ae9c2f42d8c6f2d5dcc8949ef989ebd7af;hp=23987aca1e9f6599f3bf683455b208915b923352;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/resizetrackthread.C b/cinelerra-5.0/cinelerra/resizetrackthread.C index 23987aca..8ffd680a 100644 --- a/cinelerra-5.0/cinelerra/resizetrackthread.C +++ b/cinelerra-5.0/cinelerra/resizetrackthread.C @@ -102,7 +102,7 @@ ResizeVTrackWindow::ResizeVTrackWindow(MWindow *mwindow, ResizeVTrackThread *thread, int x, int y) - : BC_Window(PROGRAM_NAME ": Resize Track", + : BC_Window(_(PROGRAM_NAME ": Resize Track"), x - 320 / 2, y - get_resources()->ok_images[0]->get_h() + 100 / 2, 340, @@ -209,7 +209,7 @@ ResizeVTrackSwap::ResizeVTrackSwap(ResizeVTrackWindow *gui, { this->thread = thread; this->gui = gui; - set_tooltip("Swap dimensions"); + set_tooltip(_("Swap dimensions")); } int ResizeVTrackSwap::handle_event()