1
0
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:
lllucius 2011-04-02 04:46:59 +00:00
parent 2552cb5aec
commit 8069a092f5

View File

@ -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);