mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 17:17:40 +02:00
Fixed use of _() macro for compatibility with wxWidgets 2.8.12
This commit is contained in:
parent
5125ee20d3
commit
6d55f6a2af
@ -168,7 +168,7 @@ void InitPreferences()
|
|||||||
if(!gone)
|
if(!gone)
|
||||||
{
|
{
|
||||||
wxString fileName = fn.GetFullPath();
|
wxString fileName = fn.GetFullPath();
|
||||||
wxMessageBox(_("Failed to remove %s", fileName), _("Failed!"));
|
wxMessageBox(wxString::Format( _("Failed to remove %s"), fileName), _("Failed!"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user