use new simpler overload for .Append in example
svn path=/trunk/gtk-sharp/; revision=17417
This commit is contained in:
parent
350fd53fa7
commit
5a4d16db8b
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ class ComboSample
|
|||
|
||||
for (int i =0; i < 5; i++)
|
||||
{
|
||||
l.Append (Marshal.StringToHGlobalAnsi("String " + i));
|
||||
l.Append ("String " + i);
|
||||
}
|
||||
|
||||
combo = new Combo ();
|
||||
|
@ -365,4 +365,4 @@ class ComboSample
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
||||
|
|
Loading…
Add table
Reference in a new issue