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