]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/main.cpp
fix child window redraw glitches during scrolling (bug 1944002)
[wxWidgets.git] / src / msw / main.cpp
index 583460c7b19a8fa8a197625406f20716a74b1879..2142d05acebc87531cc09ced14fdea7b599ade73 100644 (file)
@@ -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()