mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Preliminary changes for wxWidgets 3.0.1
We can't go to 3.0.1 yet as there are still build issues on Linux and OSX. You can get Windows to build, but there's still some display issues. These changes should work with wxWidgets 2.8.12 as well, so we can take our time to get things working properly before switching over.
This commit is contained in:
@@ -587,9 +587,11 @@ int ExportPCM::Export(AudacityProject *project,
|
||||
AddID3Chunk(fName, metadata, sf_format);
|
||||
|
||||
#ifdef __WXMAC__
|
||||
#if !wxCHECK_VERSION(3, 0, 0)
|
||||
wxFileName fn(fName);
|
||||
fn.MacSetTypeAndCreator(sf_header_mactype(sf_format & SF_FORMAT_TYPEMASK),
|
||||
AUDACITY_CREATOR);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
return updateResult;
|
||||
|
||||
Reference in New Issue
Block a user