fixed wxSYSTEM_MENU on Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-02-26 19:28:23 +00:00
parent 4cccdfae2e
commit 49d884109c
4 changed files with 16 additions and 21 deletions

View File

@@ -176,18 +176,16 @@ OTHER CHANGES
All:
- fixed wxLANGUAGE_CHINESE_TAIWAN to use zh_TW catalogs
- added missing wx/quantize.h to install
Unix (GUI):
- fixed the "close" button of dialogs under KDE 3.1
wxBase
- compilation with wxUSE_ODBC=1 fixed (dbkeyg.h file was missing in the archive)
2.4.0.2
-------
All:
- added missing wx/quantize.h to install
wxGTK:
- added wxEVT_MENU_OPEN event generation
@@ -228,10 +226,12 @@ Unix (Base/GUI):
- shared library symbols are now versioned on platforms that support it (Linux)
wxGTK:
- Further work for GTK 2.0 and Unicode support.
- Addition of native frame site grip.
wxX11:
- Unicode support through Pango library.
wxMSW: