_really_ fixed translation messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -290,9 +290,7 @@ void *wxDynamicLibrary::GetSymbol(const wxString &name, bool *success) const
|
||||
|
||||
if( err )
|
||||
{
|
||||
failed = TRUE;
|
||||
wxLogError(_("Couldn't find symbol '%s' in a dynamic library"),
|
||||
err);
|
||||
wxLogError(wxT("%s"), err);
|
||||
}
|
||||
#else
|
||||
failed = TRUE;
|
||||
|
Reference in New Issue
Block a user