git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36928
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxDynamicLibrary dllShellFunctions( shellDllName );
if ( !dllShellFunctions.IsLoaded() )
{
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
}
// don't give errors if the functions are unavailable, we're ready to deal