load message catalogs using wxFileSystem; use wxMemoryBuffer instead of raw pointers (slightly modified patch 1810106)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-10-20 15:33:24 +00:00
parent 0b2e06f9f6
commit c0030ca789
2 changed files with 45 additions and 22 deletions

View File

@@ -142,6 +142,7 @@ Major new features in this release
All:
- Allow loading message catalogs from wxFileSystem (Axel Gembe)
- Added support for user-defined types to wxConfig (Marcin Wojdyr).
- Added wxJoin() and wxSplit() functions (Francesco Montorsi).
- Added wxMutex::LockTimeout() (Aleksandr Napylov).