git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-01-17 16:24:35 +00:00
parent 0026e0f231
commit 14e9e56dfe

View File

@ -117,8 +117,7 @@ static void ResolveShellFunctions()
wxDynamicLibrary dllShellFunctions( shellDllName );
if ( !dllShellFunctions.IsLoaded() )
{
wxString traceMessage = wxString::Format( _T("Failed to load %s.dll"), shellDllName );
wxLogTrace(TRACE_MASK, traceMessage );
wxLogTrace(TRACE_MASK, _T("Failed to load %s.dll"), shellDllName.c_str() );
}
// don't give errors if the functions are unavailable, we're ready to deal