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}} \func{void}{wxVLogMessage}{\param{const char *}{formatString}, \param{va\_list }{argPtr}}
For all normal, informational messages. They also appear in a message box by 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 default (but it can be changed).
show informational messages if there are any errors later - the logic being
that the later error messages make the informational messages preceding them
meaningless.
\membersection{::wxLogVerbose}\label{wxlogverbose} \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 \item{\bf wxLogWarning} for warnings - they are also normally shown to the
user, but don't interrupt the program work. user, but don't interrupt the program work.
\item{\bf wxLogMessage} is for all normal, informational messages. They also \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 appear in a message box by default (but it can be changed, see below).
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.
\item{\bf wxLogVerbose} is for verbose output. Normally, it is suppressed, but \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 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 progress (another, but possibly confusing name for the same function is {\bf