small change required for OLE component

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-04-24 12:55:04 +00:00
parent 435595e02f
commit 031bc97f46
2 changed files with 4 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ wxFrame::wxFrame()
m_mainWidget = (GtkWidget*) NULL;
m_menuBarDetached = FALSE;
m_toolBarDetached = FALSE;
m_insertCallback = wxInsertChildInFrame;
}
wxFrame::wxFrame( wxWindow *parent, wxWindowID id, const wxString &title,
@@ -246,6 +247,7 @@ wxFrame::wxFrame( wxWindow *parent, wxWindowID id, const wxString &title,
m_mainWidget = (GtkWidget*) NULL;
m_menuBarDetached = FALSE;
m_toolBarDetached = FALSE;
m_insertCallback = wxInsertChildInFrame;
Create( parent, id, title, pos, size, style, name );
}