X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fquit.C;h=33676215c0b0ff77af4bd93dc6d71448b50db421;hb=f9d0d999e813ae19965e07ae2f7da690b4e6fe45;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."));