use default position, not 0, 0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-23 13:43:39 +00:00
parent 12124149fe
commit e395058687

View File

@@ -281,7 +281,7 @@ void wxHtmlHelpFrame::Init(wxHtmlHelpData* data)
m_Config = NULL; m_Config = NULL;
m_ConfigRoot = wxEmptyString; m_ConfigRoot = wxEmptyString;
m_Cfg.x = m_Cfg.y = 0; m_Cfg.x = m_Cfg.y = -1;
m_Cfg.w = 700; m_Cfg.w = 700;
m_Cfg.h = 480; m_Cfg.h = 480;
m_Cfg.sashpos = 240; m_Cfg.sashpos = 240;