X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6f2a8911e509fd9e61f881cc881a97f5aa05ae8..aa7ee888f34f4b5355e91578d2c0331dce5e366d:/src/msw/wince/crt.cpp?ds=sidebyside diff --git a/src/msw/wince/crt.cpp b/src/msw/wince/crt.cpp index 29e1cb7019..740205e8e5 100644 --- a/src/msw/wince/crt.cpp +++ b/src/msw/wince/crt.cpp @@ -51,7 +51,7 @@ void abort() { wxString name; if ( wxTheApp ) - name = wxTheApp->GetAppName(); + name = wxTheApp->GetAppDisplayName(); if ( name.empty() ) name = L"wxWidgets Application";