]> git.saurik.com Git - wxWidgets.git/commitdiff
fix underscore errors
authorRyan Norton <wxprojects@comcast.net>
Thu, 18 Nov 2004 14:07:49 +0000 (14:07 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 18 Nov 2004 14:07:49 +0000 (14:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dc.tex

index 8c5662accbf87515e1dac6e62674b4c1f607f976..2ac964b21fdb5ab344abeef44853b47937a1e78f 100644 (file)
@@ -341,12 +341,12 @@ This can be the simplest way of drawing bitmaps on a window.
 \func{virtual void}{DrawLabel}{\param{const wxString\&}{ text},
                                \param{const wxBitmap\&}{ image},
                                \param{const wxRect\&}{ rect},
-                               \param{int}{ alignment = wxALIGN_LEFT | wxALIGN_TOP},
+                               \param{int}{ alignment = wxALIGN\_LEFT | wxALIGN\_TOP},
                                \param{int}{ indexAccel = -1},
                                \param{wxRect *}{rectBounding = NULL}}
 
 \func{void}{DrawLabel}{\param{const wxString\&}{ text}, \param{const wxRect\&}{ rect},
-                       \param{int}{ alignment = wxALIGN_LEFT | wxALIGN_TOP},
+                       \param{int}{ alignment = wxALIGN\_LEFT | wxALIGN\_TOP},
                        \param{int}{ indexAccel = -1}}
 
 Draw optional bitmap and the text into the given rectangle and aligns it as specified