Cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0026e0f231
commit
14e9e56dfe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user