X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52de37c78f31bc03f8b96090932c7ce8c3907d29..ad66316ffbcfd10a4fb448116371d27db3613d17:/src/msw/main.cpp diff --git a/src/msw/main.cpp b/src/msw/main.cpp index 583460c7b1..2142d05ace 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -186,7 +186,7 @@ bool wxHandleFatalExceptions(bool doit) wxString name = wxString::Format ( _T("%s_%s_%lu.dmp"), - wxTheApp ? (const wxChar*)wxTheApp->GetAppName().c_str() + wxTheApp ? (const wxChar*)wxTheApp->GetAppDisplayName().c_str() : _T("wxwindows"), wxDateTime::Now().Format(_T("%Y%m%dT%H%M%S")).c_str(), ::GetCurrentProcessId()