1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Keep EXPERIMENTAL_OD_DATA compilable

This commit is contained in:
Paul Licameli 2019-12-17 20:05:54 -05:00
parent 726046b379
commit 1c9005f0a2

View File

@ -315,8 +315,8 @@ static wxString AskCopyOrEdit()
// check the current preferences for whether or not we should ask the user about this.
if (oldAskPref) {
wxString newCopyPref = wxT("copy");
wxDialogWrapper dialog(nullptr, -1, wxString(_("Warning")));
dialog.SetName(dialog.GetTitle());
wxDialogWrapper dialog( nullptr, -1, XO("Warning") );
dialog.SetName();
wxBoxSizer *vbox;
dialog.SetSizer(vbox = safenew wxBoxSizer(wxVERTICAL));