git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46985
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxTE_MULTILINE);
m_textctrl->SetEditable(false);
wxTE_MULTILINE);
m_textctrl->SetEditable(false);
- wxLog::SetTimestamp(NULL);
+ wxLog::DisableTimestamp();
m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_textctrl));
wxLogMessage(_T("Brief explanations: the commands or the \"Menu\" menu ")
m_logOld = wxLog::SetActiveTarget(new wxLogTextCtrl(m_textctrl));
wxLogMessage(_T("Brief explanations: the commands or the \"Menu\" menu ")
bool wxEmulatorApp::OnInit()
{
#if wxUSE_LOG
bool wxEmulatorApp::OnInit()
{
#if wxUSE_LOG
- wxLog::SetTimestamp(NULL);
+ wxLog::DisableTimestamp();
#endif // wxUSE_LOG
wxInitAllImageHandlers();
#endif // wxUSE_LOG
wxInitAllImageHandlers();