rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / quit.C
index 340edf72cee6a9fb58a30710aa896ad5d59990f7..33676215c0b0ff77af4bd93dc6d71448b50db421 100644 (file)
@@ -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."));