From 98e5d72dd5430ee8358b82f01fbcdc62915065d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 19 Feb 2003 19:31:34 +0000 Subject: [PATCH] fixed Traditional Chinese mapping git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index a159d2ee6f..cccb79cf08 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -173,6 +173,10 @@ OTHER CHANGES 2.4.1 ----- +All: + +- fixed wxLANGUAGE_CHINESE_TAIWAN to use zh_TW catalogs + wxBase - compilation with wxUSE_ODBC=1 fixed (dbkeyg.h file was missing in the archive) @@ -182,13 +186,13 @@ wxBase All: -- Added missing wx/quantize.h to install. +- added missing wx/quantize.h to install wxGTK: -- Added wxEVT_MENU_OPEN event generation. -- Fixed bug in generic file selector causing incomplete file extensions to - be appended to filenames with no extension. +- added wxEVT_MENU_OPEN event generation +- fixed bug in generic file selector causing incomplete file extensions to + be appended to filenames with no extension 2.4.0