From 10c7c75a479d63f60a520bfd2ad54a248496d4ea Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 15 Dec 2004 22:51:04 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4858 --- clientgui/MainFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/MainFrame.cpp b/clientgui/MainFrame.cpp index 70f4d6575e..f0c5b665bb 100644 --- a/clientgui/MainFrame.cpp +++ b/clientgui/MainFrame.cpp @@ -287,8 +287,8 @@ bool CMainFrame::CreateNotebook() CreateNotebookPage( new CViewResources( m_pNotebook ) ); - // Have the panel calculate everything after the pages are created so - // the Mac can display the Html control width correctly + // have the panel calculate everything after the pages are created so + // the mac can display the html control width correctly pPanel->SetSizerAndFit(pPanelSizer); pPanel->SetAutoLayout(TRUE);