diff --git a/EventMonitor/wxEventMonitor_UI.cpp b/EventMonitor/wxEventMonitor_UI.cpp index 92facf1..5f3d61c 100644 --- a/EventMonitor/wxEventMonitor_UI.cpp +++ b/EventMonitor/wxEventMonitor_UI.cpp @@ -18,7 +18,7 @@ wxEventMonitorLogPanelBase::wxEventMonitorLogPanelBase( wxWindow* parent, wxWind wxBoxSizer* bSizerMain; bSizerMain = new wxBoxSizer( wxVERTICAL ); - m_log = new wxETWListCtrl( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_NO_SORT_HEADER|wxLC_REPORT|wxLC_VIRTUAL|wxNO_BORDER ); + m_log = new wxETWListCtrl( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLC_NO_SORT_HEADER|wxLC_REPORT|wxLC_VIRTUAL|wxNO_BORDER, wxDefaultValidator, wxT("Log") ); bSizerMain->Add( m_log, 1, wxEXPAND, 5 ); diff --git a/EventMonitor/wxEventMonitor_UI.fbp b/EventMonitor/wxEventMonitor_UI.fbp index 9ef564c..d5d9055 100644 --- a/EventMonitor/wxEventMonitor_UI.fbp +++ b/EventMonitor/wxEventMonitor_UI.fbp @@ -141,7 +141,7 @@ wxDefaultValidator - + Log wxNO_BORDER