No changes, just fix a typo in and rephrase a comment.

Comment in wxToolBarBase::Realize() was probably copied from some
port-specific file but didn't make sense any more in common code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-12-26 16:36:26 +00:00
parent d6ae8b5b2b
commit 88046bdac5

View File

@ -454,8 +454,7 @@ bool wxToolBarBase::Realize()
if ( m_tools.empty() )
return false;
// make sure tool size is larger enough for all all bitmaps to fit in
// (this is consistent with what other ports do):
// make sure tool size is large enough for all bitmaps to fit in
AdjustToolBitmapSize();
return true;