fix valgrind memory leaks/reports, add cache to dump, fix hw probe frame leak, startu...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / loadfile.C
index e40f716109a14005ba1a0e4ea716afdea5f5ffdb..a946077393e514a2e007379a7187b92a77f0a758 100644 (file)
@@ -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<char*> 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);