// Modified by: Dimitri Schoolwerth
// Created: 25/10/98
// RCS-ID: $Id$
-// Copyright: (c) 1998-2002 wxWindows team
+// Copyright: (c) 1998-2002 wxWidgets team
// License: wxWindows license
/////////////////////////////////////////////////////////////////////////////
MyNotebook *m_notebook;
+#if wxUSE_LOG
// Log window
wxTextCtrl *m_text;
-
+#endif // wxUSE_LOG
// Sizers
// Sizer that contains the notebook and controls on the left
wxBoxSizer *m_sizerTop;
- // Sizer for m_notebook
- wxBookCtrlSizer *m_sizerNotebook;
-
wxImageList *m_imageList;
DECLARE_EVENT_TABLE()