]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just fix a typo in and rephrase a comment.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Dec 2009 16:36:26 +0000 (16:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Dec 2009 16:36:26 +0000 (16:36 +0000)
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

src/common/tbarbase.cpp

index 40a01e7b2ae93252a5940fe5196955792f45c6af..f6bc3617dc9c3fbb768680244ceba31cdeba288a 100644 (file)
@@ -454,8 +454,7 @@ bool wxToolBarBase::Realize()
     if ( m_tools.empty() )
         return false;
 
     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;
     AdjustToolBitmapSize();
 
     return true;