mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-01 07:33:44 +02:00
Fix a small build problem.
This commit is contained in:
parent
2552cb5aec
commit
8069a092f5
@ -192,7 +192,7 @@ static wxString AskCopyOrEdit()
|
||||
// check the current preferences for whether or not we should ask the user about this.
|
||||
if (oldAskPref) {
|
||||
wxString newCopyPref = wxT("copy");
|
||||
wxDialog dialog(NULL, -1, _("Importing Uncompressed Audio Files"));
|
||||
wxDialog dialog(NULL, -1, wxString(_("Importing Uncompressed Audio Files")));
|
||||
|
||||
wxBoxSizer *vbox = new wxBoxSizer(wxVERTICAL);
|
||||
dialog.SetSizer(vbox);
|
||||
|
Loading…
x
Reference in New Issue
Block a user