]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/droptrgt.tex
Misc small changes
[wxWidgets.git] / docs / latex / wx / droptrgt.tex
index d601fb6242939cd96d4c4dbc5a5401364a01b057..235118dd323563b25cbe7780acd311eb4230d75a 100644 (file)
@@ -26,7 +26,7 @@ None
 
 \index{wxDragResult}wxDragResult is defined as follows:
 
-{\small\begin{verbatim}
+\begin{verbatim}
 enum wxDragResult
 {
     wxDragError,    // error prevented the d&d operation from completing
@@ -36,7 +36,6 @@ enum wxDragResult
     wxDragCancel    // the operation was cancelled by user (not an error)
 };
 \end{verbatim}
-}
 
 \wxheading{See also}