color coded keyframe curves, keyframe popups, cwin scrollbar fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / manualgoto.C
index 5bdf35a9c578442b857f2c3bc34cbbbf1cb26f98..f5bdd3d2afaab5b2df4bf14b5bc9d586d18050f3 100644 (file)
@@ -69,7 +69,7 @@ void ManualGoto::handle_done_event(int result)
 
 
 ManualGotoWindow::ManualGotoWindow(ManualGoto *mango, int x, int y)
- : BC_Window(PROGRAM_NAME ": Goto position", x, y,
+ : BC_Window(_(PROGRAM_NAME ": Goto position"), x, y,
        250, 80, 250, 80, 0, 0, 1)
 {
        this->mango = mango;