]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/statusbr.cpp
Added support for page tooltips to wxAuiNotebook.
[wxWidgets.git] / src / generic / statusbr.cpp
index 3fdc2d8bc856305574c2682af3c8935fac7ad8fe..c7d209caef2618fbf896d1afebb01064a8265c63 100644 (file)
@@ -275,7 +275,7 @@ void wxStatusBarGeneric::DrawField(wxDC& dc, int i, int textHeight)
     GetFieldRect(i, rect);
 
     if (rect.GetWidth() <= 0)
-        return;     // happens when the status bar is shrinked in a very small area!
+        return;     // happens when the status bar is shrunk in a very small area!
 
     int style = m_panes[i].GetStyle();
     if (style != wxSB_FLAT)