Add wx/osx/textentry.h to the list of OS X headers.

Fix problem with "make install" which didn't install this header.

Backport of r63137 from HEAD.

Closes #11624.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@63138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-01-12 15:51:48 +00:00
parent cea6e8c61a
commit 2044a5f9cc
3 changed files with 13 additions and 12 deletions

View File

@@ -127,6 +127,7 @@ All (GUI):
- Corrected writing direction for Farsi.
- Added wxBORDER_THEME to XRC.
- Speeded up wxTreeCtrl by caching text size (botg).
- Fix building with using system libpng 1.4 (Volker Grabsch).
wxMSW: