]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/headerctrl.cpp
Use the data scheme to load resources in the WebKitGTK+ implementation, rather than...
[wxWidgets.git] / src / msw / headerctrl.cpp
index 9144513d5b7d4d695c1353d448d0ba43370a1d95..c6c4de551a21d909b96622a87aa4ae482118ba70 100644 (file)
@@ -561,7 +561,7 @@ bool wxHeaderCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result)
         // ASCII and Unicode versions of this message
         case HDN_BEGINTRACKA:
         case HDN_BEGINTRACKW:
-            // non-resizeable columns can't be resized no matter what, don't
+            // non-resizable columns can't be resized no matter what, don't
             // even generate any events for them
             if ( !GetColumn(idx).IsResizeable() )
             {