git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@429
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
ms_pLogger = new wxLogStderr;
#else
// ask the application to create a log target for us
ms_pLogger = new wxLogStderr;
#else
// ask the application to create a log target for us
- ms_pLogger = wxTheApp->CreateLogTarget();
+ if ( wxTheApp != NULL )
+ ms_pLogger = wxTheApp->CreateLogTarget();
#endif
// do nothing if it fails - what can we do?
#endif
// do nothing if it fails - what can we do?