Added C/wxString array constructors to wxArrayString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-26 14:18:56 +00:00
parent f36a04a7b6
commit d44d0cbd73
4 changed files with 36 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ All:
- Fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First).
- Added WXK_SPECIAL keycodes for special hardware buttons.
- Fixed bug with wxFile::Seek(-1, wxFromCurrent)
- Added wxString/C array constructors to wxArrayString
All (GUI):