]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/font.cpp
Changed two conflicting defines in defs.h
[wxWidgets.git] / src / motif / font.cpp
index c9b7ca780ed70100ac26287371b91977a9de89a9..3b690765e4133c10c3e792b9408a269a6b30c163 100644 (file)
@@ -364,12 +364,12 @@ wxXFont* wxFont::GetInternalFont(double scale, WXDisplay* display) const
                                                M_FONTDATA->m_style,
                                                M_FONTDATA->m_weight,
                                                M_FONTDATA->m_underlined,
-                                               _T(""),
+                                               wxT(""),
                                                M_FONTDATA->m_encoding);
 
     if ( !font )
     {
-        wxFAIL_MSG( _T("Could not allocate even a default font -- something is wrong.") );
+        wxFAIL_MSG( wxT("Could not allocate even a default font -- something is wrong.") );
 
         return (wxXFont*) NULL;
     }