As of src/common/framecmn.cpp revision 1.60 the wxFrameBase::CreateToolBar
authorDavid Elliott <dfe@tgwbd.org>
Fri, 23 Sep 2005 16:02:22 +0000 (16:02 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Fri, 23 Sep 2005 16:02:22 +0000 (16:02 +0000)
commit9de6df963dfea20999e8eb871ea5bc061bbfe680
treeb4e33f34461c4409c963036417402e061353ce41
parentc05e07cb8c5a4e4baa29369a49fd87ac0f1ea3a9
As of src/common/framecmn.cpp revision 1.60 the wxFrameBase::CreateToolBar
method now uses SetToolBar rather than updating m_frameToolBar directly.
Therefore, we no longer need to duplicate the code from SetToolBar in
CreateToolBar.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/frame.mm