From d23bd1e32e3be23e26fa150c8b026ce76fbbb82f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 11 Nov 2014 01:02:24 +0000 Subject: [PATCH] Update the out of date link to DebugView in logging overview. The readable link that existed before is unfortunately not available any more. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/log.h b/docs/doxygen/overviews/log.h index 0a80cc361b..ad66ae2df1 100644 --- a/docs/doxygen/overviews/log.h +++ b/docs/doxygen/overviews/log.h @@ -52,7 +52,7 @@ of arguments or a variable argument list pointer. Here are all of them: defined) and expands to nothing in release mode (otherwise). Note that under Windows, you must either run the program under debugger or use a 3rd party program such as DebugView - (http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx) + (http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx) to actually see the debug output. @li wxLogTrace() as wxLogDebug() only does something in debug build. The reason for making it a separate function from it is that usually there are a lot of