]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cshelp.h
Fixes for OpenVMS on IA64
[wxWidgets.git] / include / wx / cshelp.h
index 19f6d4c700a001ff3528f86d45cce9128f8dff45..87e0dbd1378c7c783c902918579bb090a799efd3 100644 (file)
@@ -134,7 +134,7 @@ public:
                                  const wxPoint& pt,
                                  wxHelpEvent::Origin origin)
     {
-        wxCHECK_MSG( window, false, _T("window must not be NULL") );
+        wxCHECK_MSG( window, false, wxT("window must not be NULL") );
 
         m_helptextAtPoint = pt;
         m_helptextOrigin = origin;