fix typo in obsolete message
svn path=/trunk/gtk-sharp/; revision=38372
This commit is contained in:
parent
b5ce1b4244
commit
1241647a38
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue