]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gbsizer.cpp
Add missing WXK constants for the control keys
[wxWidgets.git] / src / common / gbsizer.cpp
index 3202fb575d3adc323a4f4a3c1f1532a7c87bc7a3..773c0f0ebc8ed1153f4f7a0781f5beab584e87fe 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gbsizer.cpp
+// Name:        src/common/gbsizer.cpp
 // Purpose:     wxGridBagSizer:  A sizer that can lay out items in a grid,
 //              with items at specified cells, and with the option of row
 //              and/or column spanning
@@ -471,7 +471,7 @@ wxSize wxGridBagSizer::CalcMin()
             item->GetPos(row, col);
             item->GetEndPos(endrow, endcol);
 
-            // fill heights and widths upto this item if needed
+            // fill heights and widths up to this item if needed
             while ( (int)m_rowHeights.GetCount() <= endrow )
                 m_rowHeights.Add(m_emptyCellSize.GetHeight());
             while ( (int)m_colWidths.GetCount() <= endcol )