X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1edc08df3301e5fc865a6f8d13b64153923162c..f5766910b6731eb03e82371416e9778203396ce7:/src/msw/wince/crt.cpp diff --git a/src/msw/wince/crt.cpp b/src/msw/wince/crt.cpp index 0e9e70c85c..2b283f0e95 100644 --- a/src/msw/wince/crt.cpp +++ b/src/msw/wince/crt.cpp @@ -53,7 +53,7 @@ void abort() if ( wxTheApp ) name = wxTheApp->GetAppName(); if ( name.empty() ) - name = L"wxWindows Application"; + name = L"wxWidgets Application"; MessageBox(NULL, L"Abnormal program termination", name, MB_ICONHAND | MB_OK);