]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/gridctrl.cpp
Rename delegates to try and stop name clashes, probably with wxWebKitCtrl.
[wxWidgets.git] / src / generic / gridctrl.cpp
index b9743847ced1514fef98c3bba90b2f77a7ad6e23..ff201c0189ac66a11bc733a6c4b2ae176b2e566d 100644 (file)
@@ -311,7 +311,7 @@ wxGridCellAutoWrapStringRenderer::GetTextLines(wxGrid& grid,
     while ( tk.HasMoreTokens() )
     {
         wxString tok = tk.GetNextToken();
-        //FIXME: this causes us to print an extra unnecesary
+        //FIXME: this causes us to print an extra unnecessary
         //       space at the end of the line. But it
         //       is invisible , simplifies the size calculation
         //       and ensures tokens are separated in the display