X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=samples%2FguiAndGfx%2FHelloForm%2FhelloForm.ec;h=3f2dbf2f648011c1fa914707b2ca4a01c00c7316;hb=8ee80ec2b5c2317d48ff1ac4b3a886a5d1bed7aa;hp=b169291d1081d0aed2de23d2b51f2c1bd6f2e634;hpb=6bad27e666389fc889502c26e7474a361f0ed80c;p=sdk diff --git a/samples/guiAndGfx/HelloForm/helloForm.ec b/samples/guiAndGfx/HelloForm/helloForm.ec index b169291..3f2dbf2 100644 --- a/samples/guiAndGfx/HelloForm/helloForm.ec +++ b/samples/guiAndGfx/HelloForm/helloForm.ec @@ -9,7 +9,7 @@ class HelloForm : Window Label label { - this, position = { 10, 10 }, font = { "Arial", 30 }, + this, position = { 10, 10 }, font = { "Arial", 30 }, text = "Hello, World!!" }; };