diff --git a/gtk/TextBuffer.custom b/gtk/TextBuffer.custom index 45a9dc914..b7007e9e4 100644 --- a/gtk/TextBuffer.custom +++ b/gtk/TextBuffer.custom @@ -83,7 +83,7 @@ public void InsertWithTagsByName (ref TextIter iter, string text, params string[ } } -[Obsolete("Use the TextView.Text property's setter")] +[Obsolete("Use the TextBuffer.Text property's setter")] public void SetText (string text) { Text = text;