]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/brush.cpp
Added a border around dialogs. Has anyone got a better solution?
[wxWidgets.git] / src / gtk1 / brush.cpp
index a324ecea665f81d2c3981a182dc764cec1b28140..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;
   }