added wxString::EndsWith() (patch 1483049)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-06 17:27:52 +00:00
parent 9b2a74693e
commit 3affcd078b
5 changed files with 65 additions and 10 deletions

View File

@@ -72,6 +72,7 @@ All:
- Fixed bug where wxDateTime::Now() would sometimes return an incorrect value
the first time it was called.
- Added wxString::rbegin() and rend()
- Added wxString::EndsWith()
All (GUI):