// Created: 03/12/01
// RCS-ID: $Id$
// Copyright: (c) 2001 Ron Lee <ron@debian.org>
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
if( err )
{
- failed = TRUE;
- wxLogError(_("Couldn't find symbol '%s' in a dynamic library"),
- err);
+ wxLogError(wxT("%s"), err);
}
#else
failed = TRUE;