]> git.saurik.com Git - wxWidgets.git/commitdiff
Cleanup
authorJulian Smart <julian@anthemion.co.uk>
Tue, 17 Jan 2006 16:24:35 +0000 (16:24 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 17 Jan 2006 16:24:35 +0000 (16:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/stdpaths.cpp

index 6bf5c714226ced2a583c44e1d4ed58ad380b70b8..f41673b352ca22914d4f443b754b62cf9934a4ac 100644 (file)
@@ -117,8 +117,7 @@ static void ResolveShellFunctions()
     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