]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/crt.cpp
compilation fix for CE: don't use GetModuleHandleA() which doesn't exist there
[wxWidgets.git] / src / msw / wince / crt.cpp
index 0e9e70c85ccccdeb6666c546caa57a2c447d769d..2b283f0e958cf44387bd63a3f9c59936cd88a5cf 100644 (file)
@@ -53,7 +53,7 @@ void abort()
     if ( wxTheApp )
         name = wxTheApp->GetAppName();
     if ( name.empty() )
     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);
 
 
     MessageBox(NULL, L"Abnormal program termination", name, MB_ICONHAND | MB_OK);