typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -371,7 +371,7 @@ void wxLog::DoLog(wxLogLevel level, const wxChar *szString, time_t t)
|
|||||||
#ifdef __WXDEBUG__
|
#ifdef __WXDEBUG__
|
||||||
{
|
{
|
||||||
wxString msg = level == wxLOG_Trace ? wxT("Trace: ")
|
wxString msg = level == wxLOG_Trace ? wxT("Trace: ")
|
||||||
: wxT("Debug: "),
|
: wxT("Debug: ");
|
||||||
msg << szString;
|
msg << szString;
|
||||||
DoLogString(msg, t);
|
DoLogString(msg, t);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user