add bluray support, add dialog close fixes, scale fix
[goodguy/history.git] / cinelerra-5.0 / cinelerra / record.C
index ebf770b46da0fa7a67ce64e2c5995374ad640348..42cd9da4e3ff94d2aa4a114ec25d38bf1be7f124 100644 (file)
@@ -721,7 +721,7 @@ double Record::current_display_position()
 const char* Record::current_source()
 {
        Batch *batch = get_current_batch();
-       return batch ? batch->get_source_text() : "Unknown";
+       return batch ? batch->get_source_text() : _("Unknown");
 }
 
 Asset* Record::current_asset()
@@ -1187,7 +1187,7 @@ void Record::start_cron_thread()
                record_thread = new RecordThread(mwindow,this);
                record_thread->start();
                record_gui->disable_batch_buttons();
-               record_gui->update_cron_status("Running");
+               record_gui->update_cron_status(_("Running"));
        }
 }
 
@@ -1898,8 +1898,6 @@ int Record::stop_commercial_capture(int run_job)
        return result;
 }
 
-extern void get_exe_path(char *result); // from main.C
-
 int Record::
 spawn(const char *fmt, ...)
 {