From 0c07f09eab2ca2078c4411598fda6d0db8e5dc44 Mon Sep 17 00:00:00 2001 From: Harco de Hilster Date: Sat, 17 Jul 1999 22:41:40 +0000 Subject: [PATCH] Added statline to Makefile.am git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/Makefile.am | 1 + src/msw/statline.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/msw/Makefile.am b/src/msw/Makefile.am index ef5ce9996e..50b4d3a17a 100644 --- a/src/msw/Makefile.am +++ b/src/msw/Makefile.am @@ -173,6 +173,7 @@ libwx_msw_la_SOURCES = \ spinbutt.cpp \ statbmp.cpp \ statbox.cpp \ + statline.cpp \ stattext.cpp \ tbar95.cpp \ textctrl.cpp \ diff --git a/src/msw/statline.cpp b/src/msw/statline.cpp index 46df810d04..1c51bf61d9 100644 --- a/src/msw/statline.cpp +++ b/src/msw/statline.cpp @@ -76,8 +76,9 @@ bool wxStaticLine::Create( wxWindow *parent, if ( !m_hWnd ) { +#ifdef __WXDEBUG__ wxLogDebug(_T("Failed to create static control")); - +#endif return FALSE; } -- 2.45.2