From 8004cd7a28af9f5c58a850c7415f042b11b67d3a Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 6 Mar 2005 20:47:38 +0000 Subject: [PATCH] Removed spurious comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 6 +----- docs/latex/wx/tlog.tex | 5 +---- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 122ed0d49f..7a3922c115 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -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} diff --git a/docs/latex/wx/tlog.tex b/docs/latex/wx/tlog.tex index e0d6b8a35d..805cca79ba 100644 --- a/docs/latex/wx/tlog.tex +++ b/docs/latex/wx/tlog.tex @@ -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 -- 2.45.2