]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/button.cpp
Check for NULL pane window in wxAuiManager.
[wxWidgets.git] / src / msw / button.cpp
index 433a71e73dbac01e21cb905fc353b49ab0eee2d3..10bb135fb5c71fd46515a2427ccd58765483e146 100644 (file)
@@ -518,7 +518,7 @@ WXDWORD wxButton::MSWGetStyle(long style, WXDWORD *exstyle) const
                       );
 
     // 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
     msStyle |= WS_CLIPSIBLINGS;