mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4819
This commit is contained in:
parent
11aa8b162e
commit
9738d9b22a
|
@ -47,11 +47,7 @@ CBOINCTaskCtrl::CBOINCTaskCtrl()
|
|||
|
||||
|
||||
CBOINCTaskCtrl::CBOINCTaskCtrl( CBOINCBaseView* pView, wxWindowID iHtmlWindowID, wxInt32 iHtmlWindowFlags ) :
|
||||
#ifdef __WXMAC__
|
||||
wxHtmlWindow( pView, iHtmlWindowID, wxDefaultPosition, wxSize(500, -1), iHtmlWindowFlags )
|
||||
#else
|
||||
wxHtmlWindow( pView, iHtmlWindowID, wxDefaultPosition, wxSize(225, -1), iHtmlWindowFlags )
|
||||
#endif
|
||||
{
|
||||
m_pParentView = pView;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue