use DisableTimestamp() instead of SetTimestamp(NULL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
69f5e42053
commit
7f2bcd064c
@ -546,7 +546,7 @@ MyFrame::MyFrame()
|
|||||||
wxTE_MULTILINE);
|
wxTE_MULTILINE);
|
||||||
m_textctrl->SetEditable(false);
|
m_textctrl->SetEditable(false);
|
||||||
|
|
||||||
wxLog::SetTimestamp(NULL);
|
wxLog::DisableTimestamp();
|
||||||
m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_textctrl));
|
m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_textctrl));
|
||||||
|
|
||||||
wxLogMessage(_T("Brief explanations: the commands or the \"Menu\" menu ")
|
wxLogMessage(_T("Brief explanations: the commands or the \"Menu\" menu ")
|
||||||
|
@ -105,7 +105,7 @@ wxEmulatorApp::wxEmulatorApp()
|
|||||||
bool wxEmulatorApp::OnInit()
|
bool wxEmulatorApp::OnInit()
|
||||||
{
|
{
|
||||||
#if wxUSE_LOG
|
#if wxUSE_LOG
|
||||||
wxLog::SetTimestamp(NULL);
|
wxLog::DisableTimestamp();
|
||||||
#endif // wxUSE_LOG
|
#endif // wxUSE_LOG
|
||||||
wxInitAllImageHandlers();
|
wxInitAllImageHandlers();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user