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:
@@ -173,6 +173,7 @@ libwx_msw_la_SOURCES = \
|
|||||||
spinbutt.cpp \
|
spinbutt.cpp \
|
||||||
statbmp.cpp \
|
statbmp.cpp \
|
||||||
statbox.cpp \
|
statbox.cpp \
|
||||||
|
statline.cpp \
|
||||||
stattext.cpp \
|
stattext.cpp \
|
||||||
tbar95.cpp \
|
tbar95.cpp \
|
||||||
textctrl.cpp \
|
textctrl.cpp \
|
||||||
|
@@ -76,8 +76,9 @@ bool wxStaticLine::Create( wxWindow *parent,
|
|||||||
|
|
||||||
if ( !m_hWnd )
|
if ( !m_hWnd )
|
||||||
{
|
{
|
||||||
|
#ifdef __WXDEBUG__
|
||||||
wxLogDebug(_T("Failed to create static control"));
|
wxLogDebug(_T("Failed to create static control"));
|
||||||
|
#endif
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user