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:
@@ -20,7 +20,6 @@ and on Mac OS X for the filesystem.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/filename.h>
|
||||
@@ -243,7 +242,7 @@ char *Internat::VerifyFilename(const wxString &s, bool input)
|
||||
wxFileName ff(name);
|
||||
wxString ext;
|
||||
while ((char *) (const char *)name.mb_str() == NULL) {
|
||||
wxMessageBox(_("The specified filename could not be converted due to Unicode character use."));
|
||||
AudacityMessageBox(_("The specified filename could not be converted due to Unicode character use."));
|
||||
|
||||
ext = ff.GetExt();
|
||||
name = FileNames::SelectFile(FileNames::Operation::_None,
|
||||
|
||||
Reference in New Issue
Block a user