mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 20:52:09 +01:00
Translate "Message" as default title of message box...
... This required a sweeping change of all calls to wxMessageBox! But it seems safe to me, despite the great number of touched files.
This commit is contained in:
@@ -306,7 +306,7 @@ std::unique_ptr<ImportFileHandle> FFmpegImportPlugin::Open(const wxString &filen
|
||||
//officially supported by this plugin.
|
||||
//If we don't have FFmpeg configured - tell the user about it.
|
||||
//Since this will be happening often, use disableable "FFmpeg not found" dialog
|
||||
//insdead of usual wxMessageBox()
|
||||
//insdead of usual AudacityMessageBox()
|
||||
bool newsession = false;
|
||||
gPrefs->Read(wxT("/NewImportingSession"), &newsession);
|
||||
if (!FFmpegLibsInst()->ValidLibsLoaded())
|
||||
|
||||
Reference in New Issue
Block a user