X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62bd5cf059a04bf27edc80ae7437289d26faeffa..7b9da2077d0975db6c965a85c91d5aca671ab5e3:/src/gtk/brush.cpp diff --git a/src/gtk/brush.cpp b/src/gtk/brush.cpp index ae8e34635c..b86a7615bc 100644 --- a/src/gtk/brush.cpp +++ b/src/gtk/brush.cpp @@ -111,7 +111,7 @@ int wxBrush::GetStyle() const { if (m_refData == NULL) { - wxFAIL_MSG( _T("invalid brush") ); + wxFAIL_MSG( wxT("invalid brush") ); return 0; } @@ -122,7 +122,7 @@ wxColour &wxBrush::GetColour() const { if (m_refData == NULL) { - wxFAIL_MSG( _T("invalid brush") ); + wxFAIL_MSG( wxT("invalid brush") ); return wxNullColour; } @@ -133,7 +133,7 @@ wxBitmap *wxBrush::GetStipple() const { if (m_refData == NULL) { - wxFAIL_MSG( _T("invalid brush") ); + wxFAIL_MSG( wxT("invalid brush") ); return &wxNullBitmap; }