fix unescaped underscores

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-21 21:00:00 +00:00
parent 578c2e3a7c
commit 418ab1e742
7 changed files with 27 additions and 27 deletions

View File

@@ -52,4 +52,4 @@ with equivalent attributes as {\it win}.}
Makes the OpenGL state that is represented by this rendering context current with the wxGLCanvas {\it win}.
Note that {\it win} can be a different wxGLCanvas window than the one that was passed to the constructor of this rendering context.
If { \it RC } is an object of type wxGLContext, the statements { \it RC.SetCurrent(win); } and { \it win.SetCurrent(RC); } are equivalent,
see \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrent_rc}.
see \helpref{wxGLCanvas::SetCurrent}{wxglcanvassetcurrentrc}.