From 4a9d496ba1e2919ca1aa1fd7a5babe9df88774bd Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 27 Aug 2016 15:49:54 +0200 Subject: [PATCH] Log trace control named for more logical name of settings in registry --- EventMonitor/wxEventMonitor_UI.cpp | 2 +- EventMonitor/wxEventMonitor_UI.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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