Normalize printed text

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2020-03-30 04:21:52 +13:00
parent 9cf0cd7a7b
commit ad16f6d78a
239 changed files with 248 additions and 252 deletions

View File

@@ -10,8 +10,8 @@ loForm.Show(1)
DEFINE CLASS HiForm AS Form
AutoCenter = .T.
Caption = "Hello, World"
Caption = "Hello World"
ADD OBJECT lblHi as Label ;
WITH Caption = "Hello, World!"
WITH Caption = "Hello World"
ENDDEFINE