From 717ba4898b26dc88bdc1fa73f4a05626561647d6 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Thu, 18 Nov 2004 14:07:49 +0000 Subject: [PATCH] fix underscore errors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dc.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 8c5662accb..2ac964b21f 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -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 -- 2.45.2