]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/crt.cpp
patch as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92350 thanks
[wxWidgets.git] / src / msw / wince / crt.cpp
index 29e1cb701914aa86970ae6968d6d9a8f9f6b4540..740205e8e57b554b269a472291351d8914306edb 100644 (file)
@@ -51,7 +51,7 @@ void abort()
 {
     wxString name;
     if ( wxTheApp )
-        name = wxTheApp->GetAppName();
+        name = wxTheApp->GetAppDisplayName();
     if ( name.empty() )
         name = L"wxWidgets Application";