]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
Applied patch for ArtProvider.
[wxWidgets.git] / docs / latex / wx / function.tex
index c6808d5e6536e2aa9dda74fde7d6d8d127e709ca..dcca717867279dbc43afac1dee8a4c8726e40894 100644 (file)
@@ -3500,7 +3500,7 @@ Example:
 \helpref{RTTI overview}{runtimeclassoverview}\\
 \helpref{wxDynamicCastThis}{wxdynamiccastthis}\\
 \helpref{wxConstCast}{wxconstcast}\\
-\helpref{wxStatiicCast}{wxstaticcast}
+\helpref{wxStaticCast}{wxstaticcast}
 
 
 \membersection{wxDynamicCastThis}\label{wxdynamiccastthis}
@@ -3685,11 +3685,7 @@ the program work.
 \func{void}{wxVLogMessage}{\param{const char *}{formatString}, \param{va\_list }{argPtr}}
 
 For all normal, informational messages. They also appear in a message box by
-default (but it can be changed). Notice that the standard behaviour is to not
-show informational messages if there are any errors later - the logic being
-that the later error messages make the informational messages preceding them
-meaningless.
-
+default (but it can be changed).
 
 \membersection{::wxLogVerbose}\label{wxlogverbose}