mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 15:57:52 +01:00
AudacityMessageBox takes TranslatableString message and caption
This commit is contained in:
@@ -245,8 +245,7 @@ int AudacityCommand::MessageBox(
|
||||
auto title = titleStr.empty()
|
||||
? GetName()
|
||||
: XO("%s: %s").Format( GetName(), titleStr );
|
||||
return AudacityMessageBox(
|
||||
message.Translation(), title.Translation(), style, mUIParent);
|
||||
return AudacityMessageBox(message, title, style, mUIParent);
|
||||
}
|
||||
|
||||
BEGIN_EVENT_TABLE(AudacityCommandDialog, wxDialogWrapper)
|
||||
|
||||
Reference in New Issue
Block a user