]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/http.tex
documented wxCONFIG_USE_RELATIVE_PATH
[wxWidgets.git] / docs / latex / wx / http.tex
index 509f27b02b1ad90e5ac17a29657151ae0ea71816..b6596637c33da72da8d7df9bff3831e55d811819 100644 (file)
@@ -42,10 +42,10 @@ to be reestablished: but you don't have to take care of this wxHTTP reestablishe
 
 \membersection{wxHTTP::SetHeader}
 
-\func{void}{SetHeader}{\param{const wxString\&}{ header}, \param{const wxString\&}{ h_data}}
+\func{void}{SetHeader}{\param{const wxString\&}{ header}, \param{const wxString\&}{ h\_data}}
 
 It sets data of a field to be sent during the next request to the HTTP server. The field
-name is specified by \it{header} and the content by \it{h_data}.
+name is specified by \it{header} and the content by \it{h\_data}.
 This is a low level function and it assumes that you know what you are doing.
 
 \membersection{wxHTTP::SetHeader}