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:
parent
726046b379
commit
1c9005f0a2
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user