Removed spurious comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2005-03-06 20:47:38 +00:00
parent 1d3f4b50d6
commit 8004cd7a28
2 changed files with 2 additions and 9 deletions

View File

@ -3706,11 +3706,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}

View File

@ -35,10 +35,7 @@ message box to inform the user about it.
\item{\bf wxLogWarning} for warnings - they are also normally shown to the
user, but don't interrupt the program work.
\item{\bf wxLogMessage} is for all normal, informational messages. They also
appear in a message box by default (but it can be changed, see below). 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.
appear in a message box by default (but it can be changed, see below).
\item{\bf wxLogVerbose} is for verbose output. Normally, it is suppressed, but
might be activated if the user wishes to know more details about the program
progress (another, but possibly confusing name for the same function is {\bf