don't show the accels on the controls if the system is configured to hide them initially (bug 718368)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-07 23:18:01 +00:00
parent 4a6619bb4c
commit bb655eade9
2 changed files with 19 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ wxMSW:
- added wxTextCtrl::HitTest()
- experimental wxURL implementation using WinInet functions (Hajo Kirchhoff)
- fixed several bugs in wxNotebook with wxNB_MULTILINE style
- accelerators are now initially hidden if appropriate (Peter Nielsen)
wxGTK: