[EXAMPLES]

* BUG: Only one instance of the text in the Printing example.


git-svn-id: svn://localhost/gambas/trunk@3627 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2011-02-28 14:58:56 +00:00
parent bbd2dbeac8
commit bd1eca0749

View file

@ -8,7 +8,7 @@ End
Public Sub Form_Open()
txtText.Text = String(8, File.Load("molly-malone.txt"))
txtText.Text = File.Load("molly-malone.txt")
txtFontText.Text = Font["17"].ToString()
End