]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/button.cpp
speeding up rectangle drawing by using specific methods, needs 40% less time
[wxWidgets.git] / src / os2 / button.cpp
index ce0c00f81817091a1ee6aaa1d63ba89a16e8a74e..684ee92aa67035410c052b9987a5265875be0c44 100644 (file)
@@ -381,7 +381,7 @@ WXDWORD wxButton::OS2GetStyle(
 
     //
     // We must use WS_CLIPSIBLINGS with the buttons or they would draw over
-    // each other in any resizeable dialog which has more than one button in
+    // each other in any resizable dialog which has more than one button in
     // the bottom
     //
     dwStyle |= WS_CLIPSIBLINGS;