]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/crt.cpp
Fix compilation of wxVariant code with VC6.
[wxWidgets.git] / src / msw / wince / crt.cpp
index 29e1cb701914aa86970ae6968d6d9a8f9f6b4540..87f781002f08fafb647ab1cad6dafd78f9556544 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wince/crt.cpp
+// Name:        src/msw/wince/crt.cpp
 // Purpose:     Implementation of CRT functions missing under Windows CE
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     03.04.04
-// RCS-ID:
+// RCS-ID:      $Id$
 // Copyright:   (c) 2004 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -51,7 +51,7 @@ void abort()
 {
     wxString name;
     if ( wxTheApp )
-        name = wxTheApp->GetAppName();
+        name = wxTheApp->GetAppDisplayName();
     if ( name.empty() )
         name = L"wxWidgets Application";