X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Floadfile.C;h=a946077393e514a2e007379a7187b92a77f0a758;hb=3643286e2dbb3002604a62e3e6fd834716b4ae63;hp=e40f716109a14005ba1a0e4ea716afdea5f5ffdb;hpb=e854f4eeda320c2626780afdac9546f482de54b1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/loadfile.C b/cinelerra-5.1/cinelerra/loadfile.C index e40f7161..a9460773 100644 --- a/cinelerra-5.1/cinelerra/loadfile.C +++ b/cinelerra-5.1/cinelerra/loadfile.C @@ -121,7 +121,8 @@ void LoadFileThread::load_apply() if( edl_mode == LOADMODE_EDL_FILEREF ) mwindow->show_warning( &mwindow->preferences->warn_fileref, - _("Other projects can change this project")); + _("Other projects can change this project\n" + "and this can become a broken link")); ArrayList path_list; path_list.set_array_delete(); @@ -136,9 +137,6 @@ void LoadFileThread::load_apply() // No file selected if( !path_list.size() ) return; - if( load_mode == LOADMODE_REPLACE ) - mwindow->set_filename(path_list[0]); - mwindow->interrupt_indexes(); mwindow->gui->lock_window("LoadFileThread::run"); mwindow->load_filenames(&path_list, load_mode, edl_mode, 0);