X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a949e8fac2666418b2a6eb15e94959563cf8aad6..d94974609888885e0b75d0e01d901b03a6213979:/src/common/dynload.cpp diff --git a/src/common/dynload.cpp b/src/common/dynload.cpp index 97e6e5e836..437f341c6a 100644 --- a/src/common/dynload.cpp +++ b/src/common/dynload.cpp @@ -7,7 +7,7 @@ // Created: 03/12/01 // RCS-ID: $Id$ // Copyright: (c) 2001 Ron Lee -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -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; @@ -667,7 +665,7 @@ void wxPluginManager::Unload() if ( i->second == m_entry ) { ms_manifest->erase(i); - return; + break; } }