]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
deprecated wxSizerItem::IsShown() because it doesn't really make sense for the sizers
[wxWidgets.git] / src / common / log.cpp
index a6a941d53ec2227e276d6a61ba338067bc5d6dd0..252c6b09bbf73b1594380a44763e8ba0453f5796 100644 (file)
@@ -617,7 +617,7 @@ void wxLogStream::DoLogString(const wxChar *szString, time_t WXUNUSED(t))
 {
     wxString str;
     TimeStamp(&str);
-    (*m_ostr) << str << wxConvertWX2MB(szString) << wxSTD endl;
+    (*m_ostr) << wxConvertWX2MB(str) << wxConvertWX2MB(szString) << wxSTD endl;
 }
 #endif // wxUSE_STD_IOSTREAM