From 1129ffa76db6d54b1525eff7e90fecf9cbf738d4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 24 Nov 2007 01:23:05 +0000 Subject: [PATCH] fix \texttt after the last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/grid.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/grid.tex b/docs/latex/wx/grid.tex index 87a6b6caad..48076943e1 100644 --- a/docs/latex/wx/grid.tex +++ b/docs/latex/wx/grid.tex @@ -1596,7 +1596,7 @@ Vertical alignment should be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BO Sets the height of the column labels. -If \arg{height} equals to \textt{wxGRID\_AUTOSIZE} then height is calculated +If \arg{height} equals to \texttt{wxGRID\_AUTOSIZE} then height is calculated automatically so that no label is truncated. Note that this could be slow for a large table. This flag is new since wxWidgets version 2.8.8. @@ -1839,7 +1839,7 @@ Vertical alignment should be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BO Sets the width of the row labels. -If \arg{width} equals \textt{wxGRID\_AUTOSIZE} then width is calculated +If \arg{width} equals \texttt{wxGRID\_AUTOSIZE} then width is calculated automatically so that no label is truncated. Note that this could be slow for a large table. This flag is new since wxWidgets version 2.8.8.