From 27523ad052d92de7bcc86bbee55602baec29ee70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 1 Aug 2001 22:56:24 +0000 Subject: [PATCH] added tracing of strconv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/test/test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/html/test/test.cpp b/samples/html/test/test.cpp index 8b09f06aaa..4ae0d33acd 100644 --- a/samples/html/test/test.cpp +++ b/samples/html/test/test.cpp @@ -129,6 +129,8 @@ class BoldProcessor : public wxHtmlProcessor // `Main program' equivalent: the program execution "starts" here bool MyApp::OnInit() { + wxLog::AddTraceMask(wxT("strconv")); + wxInitAllImageHandlers(); #if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS wxFileSystem::AddHandler(new wxInternetFSHandler); -- 2.45.2