From: Jos v.d.V. <jo...@us...> - 2006-07-16 19:40:42
|
Update of /cvsroot/win32forth/win32forth/demos In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25558/demos Modified Files: WINHELLO.F Log Message: Jos: Made the text more clear. Index: WINHELLO.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/WINHELLO.F,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** WINHELLO.F 8 Jan 2006 09:43:13 -0000 1.2 --- WINHELLO.F 16 Jul 2006 19:40:38 -0000 1.3 *************** *** 43,47 **** \ let's draw... black SetBkColor: dc ! green SetTextColor: dc MAXSTRING LocalAlloc: temp$ --- 43,47 ---- \ let's draw... black SetBkColor: dc ! ltgreen SetTextColor: dc MAXSTRING LocalAlloc: temp$ |