git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35332
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- Base library is now binary compatible when built with wxGTK and wxMotif.
- wxMotif can now display Japanese text under Japanese locale.
+- Fixed button size in common dialogs.
+- Made wxFileDialog translatable.
+- All top level windows should now have a border unless the wxNO_BORDER
+ flag has been specified.
+- Improved wxNotebook support for sizers. It requires the wxNotebook to
+ be created with a "sensible" initial width.
wxMGL:
- Fixed crash on exit.