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:
@@ -105,7 +105,7 @@ wxEmulatorApp::wxEmulatorApp()
|
||||
bool wxEmulatorApp::OnInit()
|
||||
{
|
||||
#if wxUSE_LOG
|
||||
wxLog::SetTimestamp(NULL);
|
||||
wxLog::DisableTimestamp();
|
||||
#endif // wxUSE_LOG
|
||||
wxInitAllImageHandlers();
|
||||
|
||||
|
Reference in New Issue
Block a user