#endif
#ifndef WX_PRECOMP
+ #include "wx/intl.h"
+ #include "wx/log.h"
#include "wx/textctrl.h"
#endif // WX_PRECOMP
wxTextCtrlBase::wxTextCtrlBase()
{
+#ifndef NO_TEXT_WINDOW_STREAM
+ if (allocate())
+ setp(base(),ebuf());
+#endif // NO_TEXT_WINDOW_STREAM
}
// ----------------------------------------------------------------------------