fix typo in obsolete message

svn path=/trunk/gtk-sharp/; revision=38372
This commit is contained in:
Mike Kestner 2005-01-05 18:54:51 +00:00
parent b5ce1b4244
commit 1241647a38

View File

@ -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;