]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynload.cpp
moving string conversions at one place
[wxWidgets.git] / src / common / dynload.cpp
index 97e6e5e83607cd3f36692e3e4253e2b74e8a5591..51c0a1335901f1ede3ee4d9088c0536544bec0bc 100644 (file)
@@ -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;