mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 23:15:36 +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:
@@ -23,7 +23,6 @@
|
||||
#include "Export.h"
|
||||
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/slider.h>
|
||||
|
||||
#include <vorbis/vorbisenc.h>
|
||||
@@ -37,6 +36,7 @@
|
||||
#include "../Internat.h"
|
||||
#include "../Tags.h"
|
||||
#include "../Track.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// ExportOGGOptions
|
||||
@@ -179,7 +179,7 @@ ProgressResult ExportOGG::Export(AudacityProject *project,
|
||||
FileIO outFile(fName, FileIO::Output);
|
||||
|
||||
if (!outFile.IsOpened()) {
|
||||
wxMessageBox(_("Unable to open target file for writing"));
|
||||
AudacityMessageBox(_("Unable to open target file for writing"));
|
||||
return ProgressResult::Cancelled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user