]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/log.tex
fix wxComboCtrl colours under Windows Vista (patch 1710006)
[wxWidgets.git] / docs / latex / wx / log.tex
index 573022808a5e17ea8073673f39cc1b47727c2de7..026dc1eadd913db056f63ca1e9a038bb54405cf2 100644 (file)
@@ -36,7 +36,7 @@ No base class
 
 \latexignore{\rtfignore{\wxheading{Function groups}}}
 
-\membersection{Static functions}\label{staticlogfunctions}
+\membersection{Global functions}
 
 The functions in this section work with and manipulate the active log target.
 The \helpref{OnLog()}{wxlogonlog} is called by the {\it wxLogXXX()} functions
@@ -264,7 +264,7 @@ corresponding to the log level and then calls
 
 \func{virtual void}{DoLogString}{\param{const wxChar }{*msg}, \param{time\_t }{timestamp}}
 
-Called to log the specified string. The timestamp is already included into the
+Called to log the specified string. The timestamp is already included in the
 string but still passed to this function.
 
 A simple implementation may just send the string to {\tt stdout} or, better,