]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/stattext.cpp
Disable some wxWebView tests that fail on the buildbot but not locally.
[wxWidgets.git] / src / gtk / stattext.cpp
index e7139db0a32b951e722763854c4331cd6af8c6bb..7e8bfead1e8843db9c9ec2de4f32a8d5cfb86b64 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        stattext.cpp
+// Name:        src/gtk/stattext.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -133,6 +133,8 @@ void wxStaticText::SetLabel(const wxString& label)
     GTKDoSetLabel(&wxStaticText::GTKSetLabelForLabel, label);
 }
 
+#if wxUSE_MARKUP
+
 bool wxStaticText::DoSetLabelMarkup(const wxString& markup)
 {
     const wxString stripped = RemoveMarkup(markup);
@@ -146,6 +148,8 @@ bool wxStaticText::DoSetLabelMarkup(const wxString& markup)
     return true;
 }
 
+#endif // wxUSE_MARKUP
+
 bool wxStaticText::SetFont( const wxFont &font )
 {
     const bool wasUnderlined = GetFont().GetUnderlined();