Added statline to Makefile.am

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Harco de Hilster 1999-07-17 22:41:40 +00:00
parent 25a2a4b05e
commit 0c07f09eab
2 changed files with 3 additions and 1 deletions

View File

@ -173,6 +173,7 @@ libwx_msw_la_SOURCES = \
spinbutt.cpp \
statbmp.cpp \
statbox.cpp \
statline.cpp \
stattext.cpp \
tbar95.cpp \
textctrl.cpp \

View File

@ -76,8 +76,9 @@ bool wxStaticLine::Create( wxWindow *parent,
if ( !m_hWnd )
{
#ifdef __WXDEBUG__
wxLogDebug(_T("Failed to create static control"));
#endif
return FALSE;
}