1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-04 22:29:27 +02:00

Change "blockfile" to "block file" consistently in log and error dialogs.

This commit is contained in:
v.audacity 2011-10-16 23:13:51 +00:00
parent 4e81f0ed5a
commit db0cfeacbd

View File

@ -2613,7 +2613,7 @@ void AudacityProject::OpenFile(wxString fileName, bool addtohistory)
createdODTasks= createdODTasks | ODTask::eODPCMSummary;
}
else {
printf("unrecognized OD Flag in blockfile.\n");
printf("unrecognized OD Flag in block file.\n");
//TODO:ODTODO: display to user. This can happen when we build audacity on a system that doesnt have libFLAC
break;
}