Files
wxWidgets/src
Vadim Zeitlin 6900a89752 Don't pass logs at unknown levels to wxLog::DoLogRecord() from wxLogGui.
This results in an assert in DoLogText() which is not implemented in the base
class but ends up being called as DoLogTextAtLevel() doesn't know how to
handle non-standard log levels otherwise. This assert happened if you simply
called wxLogMessage(wxLOG_User, ...) in the program.

Just ignore messages at unknown log levels instead in wxLogGui, by definition
it can't handle them anyhow.

See also r63167.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-01-26 12:33:34 +00:00
..
2010-01-25 11:32:19 +00:00
2010-01-19 14:47:20 +00:00
2009-12-09 07:24:50 +00:00
2009-07-23 20:30:22 +00:00
2010-01-23 13:21:12 +00:00
2010-01-18 08:52:46 +00:00