Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1257,7 +1257,7 @@ buffer (which must be writable, of course) you might call it like this:
|
||||
\end{verbatim}
|
||||
|
||||
Note that the exact usage of this depends on whether on not wxUSE\_STL is enabled. If
|
||||
wxUSE\_STL is enabled, wxStringBuffer creates a seperate empty character buffer, and
|
||||
wxUSE\_STL is enabled, wxStringBuffer creates a separate empty character buffer, and
|
||||
if wxUSE\_STL is disabled, it uses GetWriteBuf() from wxString, keeping the same buffer
|
||||
wxString uses intact. In other words, relying on wxStringBuffer containing the old
|
||||
wxString data is probably not a good idea if you want to build your program in both
|
||||
@@ -1322,7 +1322,7 @@ of the string, you might call it like this:
|
||||
\end{verbatim}
|
||||
|
||||
Note that the exact usage of this depends on whether on not wxUSE\_STL is enabled. If
|
||||
wxUSE\_STL is enabled, wxStringBuffer creates a seperate empty character buffer, and
|
||||
wxUSE\_STL is enabled, wxStringBuffer creates a separate empty character buffer, and
|
||||
if wxUSE\_STL is disabled, it uses GetWriteBuf() from wxString, keeping the same buffer
|
||||
wxString uses intact. In other words, relying on wxStringBuffer containing the old
|
||||
wxString data is probably not a good idea if you want to build your program in both
|
||||
|
Reference in New Issue
Block a user