Cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -117,8 +117,7 @@ static void ResolveShellFunctions()
|
|||||||
wxDynamicLibrary dllShellFunctions( shellDllName );
|
wxDynamicLibrary dllShellFunctions( shellDllName );
|
||||||
if ( !dllShellFunctions.IsLoaded() )
|
if ( !dllShellFunctions.IsLoaded() )
|
||||||
{
|
{
|
||||||
wxString traceMessage = wxString::Format( _T("Failed to load %s.dll"), shellDllName );
|
wxLogTrace(TRACE_MASK, _T("Failed to load %s.dll"), shellDllName.c_str() );
|
||||||
wxLogTrace(TRACE_MASK, traceMessage );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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
|
||||||
|
Reference in New Issue
Block a user