prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / cinelerra / cropvideo.C
index 99fe7653b10f36557535a432a548a6aec67df95c..d2ee635658fc23ba777727b735b47191ae300d9c 100644 (file)
@@ -94,7 +94,7 @@ int CropVideo::save_defaults()
 }
 
 CropVideoWindow::CropVideoWindow(MWindow *mwindow, CropVideo *thread)
- : BC_Window(PROGRAM_NAME ": Crop", 380, 75, 0, 0)
+ : BC_Window(_(PROGRAM_NAME ": Crop"), 380, 75, 0, 0)
 {
        this->mwindow = mwindow;
        this->thread = thread;