mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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:
@@ -47,7 +47,6 @@ for drawing different aspects of the label and its text box.
|
||||
#include <wx/event.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/pen.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/textfile.h>
|
||||
@@ -69,6 +68,7 @@ for drawing different aspects of the label and its text box.
|
||||
#include "commands/CommandManager.h"
|
||||
|
||||
#include "effects/TimeWarper.h"
|
||||
#include "widgets/ErrorDialog.h"
|
||||
|
||||
enum
|
||||
{
|
||||
@@ -2285,7 +2285,7 @@ void LabelTrack::Import(wxTextFile & in)
|
||||
catch(const LabelStruct::BadFormatException&) { error = true; }
|
||||
}
|
||||
if (error)
|
||||
::wxMessageBox( _("One or more saved labels could not be read.") );
|
||||
::AudacityMessageBox( _("One or more saved labels could not be read.") );
|
||||
SortLabels();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user