optimize Replace() for the common case of replacing one character with another one (#9802)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-30 21:41:07 +00:00
parent ef00e5367e
commit f7d2f0f9e7
2 changed files with 38 additions and 22 deletions

View File

@@ -93,6 +93,7 @@ Major new features in 2.8 release
All:
- Optimize wxString::Replace() for single character arguments.
- Updated Hindi translation (Priyank Bolia).
All (GUI):