]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed spurious comment
authorJulian Smart <julian@anthemion.co.uk>
Sun, 6 Mar 2005 20:47:38 +0000 (20:47 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 6 Mar 2005 20:47:38 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex
docs/latex/wx/tlog.tex

index 122ed0d49fcf394fc4493c55ed2c8985edb29f16..7a3922c11522bf95ea73d549dd3eac955a88842c 100644 (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}
 
index e0d6b8a35d72996c17343e5820d90f10d921acdc..805cca79bada30005403d2c931067ebd1371860f 100644 (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