mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 08:17:59 +01:00
AudacityMessageBox takes TranslatableString message and caption
This commit is contained in:
@@ -265,8 +265,8 @@ void AudacityLogger::OnSave(wxCommandEvent & WXUNUSED(e))
|
||||
|
||||
if (!mText->SaveFile(fName)) {
|
||||
AudacityMessageBox(
|
||||
wxString::Format( _("Couldn't save log to file: %s"), fName ),
|
||||
_("Warning"),
|
||||
XO("Couldn't save log to file: %s").Format( fName ),
|
||||
XO("Warning"),
|
||||
wxICON_EXCLAMATION,
|
||||
mFrame.get());
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user