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:
parent
25a2a4b05e
commit
0c07f09eab
@ -173,6 +173,7 @@ libwx_msw_la_SOURCES = \
|
||||
spinbutt.cpp \
|
||||
statbmp.cpp \
|
||||
statbox.cpp \
|
||||
statline.cpp \
|
||||
stattext.cpp \
|
||||
tbar95.cpp \
|
||||
textctrl.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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user