1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-16 16:47:41 +02:00

Fixed use of _() macro for compatibility with wxWidgets 2.8.12

This commit is contained in:
james.k.crook@gmail.com 2012-03-30 16:59:09 +00:00
parent 5125ee20d3
commit 6d55f6a2af

View File

@ -168,7 +168,7 @@ void InitPreferences()
if(!gone)
{
wxString fileName = fn.GetFullPath();
wxMessageBox(_("Failed to remove %s", fileName), _("Failed!"));
wxMessageBox(wxString::Format( _("Failed to remove %s"), fileName), _("Failed!"));
}
}