X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fquit.C;h=33676215c0b0ff77af4bd93dc6d71448b50db421;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=340edf72cee6a9fb58a30710aa896ad5d59990f7;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/quit.C b/cinelerra-5.0/cinelerra/quit.C index 340edf72..33676215 100644 --- a/cinelerra-5.0/cinelerra/quit.C +++ b/cinelerra-5.0/cinelerra/quit.C @@ -73,7 +73,7 @@ void Quit::run() // Test execution conditions Record *record = mwindow->gui->record; if( record->capturing || record->recording || record->writing_file ) { - ErrorBox error(PROGRAM_NAME ": Error", + ErrorBox error(_(PROGRAM_NAME ": Error"), mwindow->gui->get_abs_cursor_x(1), mwindow->gui->get_abs_cursor_y(1)); error.create_objects(_("Can't quit while a recording is in progress.")); @@ -83,7 +83,7 @@ void Quit::run() else if(mwindow->render->thread->running()) { - ErrorBox error(PROGRAM_NAME ": Error", + ErrorBox error(_(PROGRAM_NAME ": Error"), mwindow->gui->get_abs_cursor_x(1), mwindow->gui->get_abs_cursor_y(1)); error.create_objects(_("Can't quit while a render is in progress."));