[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:
parent
bbd2dbeac8
commit
bd1eca0749
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue