]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/brush.cpp
compilation fixes
[wxWidgets.git] / src / gtk / brush.cpp
index be6d5e2e91de6c0d0390508614b00460dae33c33..ae8e34635ca81056ab75a11bc15cc86bae5cd7bb 100644 (file)
@@ -111,7 +111,7 @@ int wxBrush::GetStyle() const
 {
   if (m_refData == NULL)
   {
-    wxFAIL_MSG( "invalid brush" );
+    wxFAIL_MSG( _T("invalid brush") );
     return 0;
   }
 
@@ -122,7 +122,7 @@ wxColour &wxBrush::GetColour() const
 {
   if (m_refData == NULL)
   {
-    wxFAIL_MSG( "invalid brush" );
+    wxFAIL_MSG( _T("invalid brush") );
     return wxNullColour;
   }
 
@@ -133,7 +133,7 @@ wxBitmap *wxBrush::GetStipple() const
 {
   if (m_refData == NULL)
   {
-    wxFAIL_MSG( "invalid brush" );
+    wxFAIL_MSG( _T("invalid brush") );
     return &wxNullBitmap;
   }