]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcbuffer.h
No changes, just fix a typo in wxBannerWindow documentation.
[wxWidgets.git] / include / wx / dcbuffer.h
index 383dfcb3aed23df164ea6c4ec4bfb327f79fb576..521113e0c815a89c5b0b3d7dec58e06e9bcf7061 100644 (file)
@@ -112,7 +112,7 @@ private:
     // common part of Init()s
     void InitCommon(wxDC *dc, int style)
     {
-        wxASSERT_MSG( !m_dc, _T("wxBufferedDC already initialised") );
+        wxASSERT_MSG( !m_dc, wxT("wxBufferedDC already initialised") );
 
         m_dc = dc;
         m_style = style;