]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/brush.cpp
pasting text from xterm works, finally
[wxWidgets.git] / src / gtk1 / brush.cpp
index ae8e34635ca81056ab75a11bc15cc86bae5cd7bb..b86a7615bc1aa2b29dee37e9f791ed8aacbabe49 100644 (file)
@@ -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;
   }