From 8069a092f5fe148b205daa7bd6bd0753f12490a3 Mon Sep 17 00:00:00 2001 From: lllucius Date: Sat, 2 Apr 2011 04:46:59 +0000 Subject: [PATCH] Fix a small build problem. --- src/import/ImportPCM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import/ImportPCM.cpp b/src/import/ImportPCM.cpp index 7211b637b..6c4b64fc7 100644 --- a/src/import/ImportPCM.cpp +++ b/src/import/ImportPCM.cpp @@ -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);