mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
build fix
This commit is contained in:
@@ -285,6 +285,8 @@ OSType sf_header_mactype(int format)
|
||||
return '\?\?\?\?';
|
||||
}
|
||||
|
||||
#endif // __WXMAC__
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
ODLock libSndFileMutex;
|
||||
|
||||
@@ -295,10 +297,8 @@ void SFFileCloser::operator() (SNDFILE *sf) const
|
||||
char buffer[1000];
|
||||
sf_error_str(sf, buffer, 1000);
|
||||
wxMessageBox(wxString::Format
|
||||
/* i18n-hint: %s will be the error message from libsndfile */
|
||||
(_("Error (file may not have been written): %s"),
|
||||
buffer));
|
||||
/* i18n-hint: %s will be the error message from libsndfile */
|
||||
(_("Error (file may not have been written): %s"),
|
||||
buffer));
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __WXMAC__
|
||||
|
||||
Reference in New Issue
Block a user