From 14e9e56dfeb8ba2ab911e2421011c3f9cf1f8c57 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 17 Jan 2006 16:24:35 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/stdpaths.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index 6bf5c71422..f41673b352 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -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