2020-02-25 Fred Gleason <fredg@paravelsystems.com>

* Added captioning to the 'Import Audio' dialog.
This commit is contained in:
Fred Gleason
2020-02-25 14:32:25 -05:00
parent 7caf932469
commit 618aa282f5
12 changed files with 77 additions and 9 deletions

View File

@@ -2375,7 +2375,7 @@ bool VoiceTracker::ImportTrack(RDListViewItem *item)
RDImportAudio *import=
new RDImportAudio(edit_track_cuts[1]->cutName(),edit_import_path,
edit_settings,&metadata,wdata,NULL,&global_import_running,
this);
"RDLogEdit",this);
if(import->exec(true,false)<0) {
delete import;
delete wdata;