]> git.saurik.com Git - wxWidgets.git/commitdiff
fix --with-opengl formatting
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 16:04:03 +0000 (16:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 9 Apr 2007 16:04:03 +0000 (16:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/glcanvas.tex

index 62e23fbab5ddf085c5cb47df06a03bcb3934df08..2f5311306f22412eda029fca0d2b89794340d046 100644 (file)
@@ -23,7 +23,7 @@ the {\it attribList} parameter. The values that should be set up and their meani
 To switch on wxGLCanvas support on under Windows, edit setup.h and set
 {\tt wxUSE\_GLCANVAS} to $1$. You may also need to have to add
 {\tt opengl32.lib} to the list of libraries your program is linked with. On
-Unix, pass {\tt --with-opengl} to configure to compile using OpenGL or Mesa.
+Unix, pass \verb=--with-opengl= to configure to compile using OpenGL or Mesa.
 
 \wxheading{Derived from}