]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected typo in \texttt in last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Mar 2007 23:19:28 +0000 (23:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Mar 2007 23:19:28 +0000 (23:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/grid.tex

index a6d4685ab2c8239cd8766c03c42accafd335516d..2b0375eba61592cc56e02521ea93fdb91dc01ce1 100644 (file)
@@ -1620,7 +1620,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 automatically
+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.
 
 
@@ -1862,7 +1862,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 automatically
+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.