]> git.saurik.com Git - wxWidgets.git/commitdiff
Added statline to Makefile.am
authorHarco de Hilster <harcoh@caos.kun.nl>
Sat, 17 Jul 1999 22:41:40 +0000 (22:41 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sat, 17 Jul 1999 22:41:40 +0000 (22:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/Makefile.am
src/msw/statline.cpp

index ef5ce9996e887ea4795534d9e1e779440b9e726c..50b4d3a17afc32dffce3a18691ec6d7649896dd3 100644 (file)
@@ -173,6 +173,7 @@ libwx_msw_la_SOURCES = \
  spinbutt.cpp \
  statbmp.cpp \
  statbox.cpp \
  spinbutt.cpp \
  statbmp.cpp \
  statbox.cpp \
+ statline.cpp \
  stattext.cpp \
  tbar95.cpp \
  textctrl.cpp \
  stattext.cpp \
  tbar95.cpp \
  textctrl.cpp \
index 46df810d0428fccfcbb5e171ed7213e7b843d8f2..1c51bf61d90d63d04cd996eeea37a6015c8edba3 100644 (file)
@@ -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;
     }