]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
tmake template for DLL project for VC++ 6.0
[wxWidgets.git] / src / common / init.cpp
index 63cf1f4eceb156f1e90a17d1be28b8fefedb4d25..e1fef28c238169c9d20d09d5911ee1d7329d8f8d 100644 (file)
@@ -46,7 +46,7 @@ wxAppInitializerFunction
 class /* no WXDLLEXPORT */ wxConsoleApp : public wxApp
 {
 public:
 class /* no WXDLLEXPORT */ wxConsoleApp : public wxApp
 {
 public:
-    virtual int OnRun() { wxFAIL_MSG(T("unreachable")); return 0; }
+    virtual int OnRun() { wxFAIL_MSG(wxT("unreachable")); return 0; }
 };
 
 // ----------------------------------------------------------------------------
 };
 
 // ----------------------------------------------------------------------------
@@ -68,7 +68,7 @@ bool WXDLLEXPORT wxInitialize()
     }
 
     wxASSERT_MSG( !wxTheApp,
     }
 
     wxASSERT_MSG( !wxTheApp,
-                  T("either call wxInitialize or create app, not both!") );
+                  wxT("either call wxInitialize or create app, not both!") );
 
     wxClassInfo::InitializeClasses();
 
 
     wxClassInfo::InitializeClasses();