wxUSE_LOG fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,7 +58,9 @@ ctApp::~ctApp()
|
|||||||
|
|
||||||
bool ctApp::OnInit(void)
|
bool ctApp::OnInit(void)
|
||||||
{
|
{
|
||||||
|
#if wxUSE_LOG
|
||||||
wxLog::SetTimestamp(NULL);
|
wxLog::SetTimestamp(NULL);
|
||||||
|
#endif // wxUSE_LOG
|
||||||
|
|
||||||
wxHelpProvider::Set(new wxSimpleHelpProvider);
|
wxHelpProvider::Set(new wxSimpleHelpProvider);
|
||||||
|
|
||||||
|
@@ -108,7 +108,9 @@ wxEmulatorApp::wxEmulatorApp()
|
|||||||
// 'Main program' equivalent: the program execution "starts" here
|
// 'Main program' equivalent: the program execution "starts" here
|
||||||
bool wxEmulatorApp::OnInit()
|
bool wxEmulatorApp::OnInit()
|
||||||
{
|
{
|
||||||
|
#if wxUSE_LOG
|
||||||
wxLog::SetTimestamp(NULL);
|
wxLog::SetTimestamp(NULL);
|
||||||
|
#endif // wxUSE_LOG
|
||||||
wxInitAllImageHandlers();
|
wxInitAllImageHandlers();
|
||||||
|
|
||||||
wxString currentDir = wxGetCwd();
|
wxString currentDir = wxGetCwd();
|
||||||
|
Reference in New Issue
Block a user