]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tbarbase.cpp
Reverted wxFileSystem support in wxLocale.
[wxWidgets.git] / src / common / tbarbase.cpp
index 40a01e7b2ae93252a5940fe5196955792f45c6af..f6bc3617dc9c3fbb768680244ceba31cdeba288a 100644 (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;