Quick Updates

svn path=/trunk/boinc/; revision=20791
This commit is contained in:
Rom Walton 2010-03-04 15:48:18 +00:00
parent 1e75c93b19
commit cdf46f31bc
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ void CDlgEventLog::CreateControls()
itemFlexGridSizer2->AddGrowableCol(0);
SetSizer(itemFlexGridSizer2);
m_pList = new CDlgEventLogListCtrl(this, ID_SIMPLE_MESSAGESVIEW, DEFAULT_LIST_MULTI_SEL_FLAGS | wxLC_HRULES);
m_pList = new CDlgEventLogListCtrl(this, ID_SIMPLE_MESSAGESVIEW, DEFAULT_LIST_MULTI_SEL_FLAGS);
itemFlexGridSizer2->Add(m_pList, 0, wxGROW|wxALL, 5);
wxBoxSizer* itemBoxSizer4 = new wxBoxSizer(wxHORIZONTAL);