avoid duplicated empty help menu in localized applications (patch 1600747)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-14 00:37:07 +00:00
parent 6fa2dd0eb9
commit 4dd2530846
5 changed files with 73 additions and 32 deletions

View File

@@ -50,6 +50,10 @@ wxGTK:
- Added support for colour cursors (Pascal Monasse).
- Setting foreground colour of single line wxTextCtrl now works
wxMac:
- Fix duplicate (empty) help menu in non-English programs (Andreas Jacobs)
wxMSW:
- Fixed infinite loop in wxThread::Wait() in console applications.