]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/nonenglish.h
Correct checks for conversion success in wxUniChar.
[wxWidgets.git] / docs / doxygen / overviews / nonenglish.h
index c709c6186b0f4e6e2f406b28deff2e49450f2c28..5c49fc45138ab8bac61a4601abdc0a06e119993a 100644 (file)
@@ -123,7 +123,7 @@ English using message catalogs:
 @li Specify the source code language and charset as arguments to
     wxLocale::AddCatalog. For example:
     @code
-    locale.AddCatalog(_T("myapp"), wxLANGUAGE_GERMAN, _T("iso-8859-1"));
+    locale.AddCatalog(wxT("myapp"), wxLANGUAGE_GERMAN, wxT("iso-8859-1"));
     @endcode