]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/grid.cpp
Add GetPageText to MSW IE and to GTK WebKit. Add stub for OSX and document.
[wxWidgets.git] / src / generic / grid.cpp
index 6a2bf5e5061b61b96820773a785899a91c2b2108..423cfe8bb87b9998a54459121a160a2a0309a2cc 100644 (file)
@@ -3069,7 +3069,7 @@ void wxGrid::ProcessRowLabelMouseEvent( wxMouseEvent& event )
             ChangeCursorMode(WXGRID_CURSOR_SELECT_CELL, GetColLabelWindow());
             m_dragLastPos = -1;
         }
-        else // not on row separator or it's not resizeable
+        else // not on row separator or it's not resizable
         {
             row = YToRow(y);
             if ( row >=0 &&