From: George H. <geo...@us...> - 2012-01-17 21:12:27
|
Update of /cvsroot/win32forth/win32forth/apps/PlayVirginRadio In directory vz-cvs-4.sog:/tmp/cvs-serv10106/PlayVirginRadio Modified Files: PlayVirginRadio.f Log Message: Added checksum Index: PlayVirginRadio.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/PlayVirginRadio/PlayVirginRadio.f,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** PlayVirginRadio.f 19 Aug 2011 14:39:38 -0000 1.18 --- PlayVirginRadio.f 17 Jan 2012 21:12:25 -0000 1.19 *************** *** 179,183 **** s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" Prepend<home>\ AddAppIcon [then] ! 1 pause-seconds bye --- 179,184 ---- s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" Prepend<home>\ AddAppIcon [then] ! Require Checksum.f ! s" PlayVirginRadio.exe" prepend<home>\ (AddCheckSum) 1 pause-seconds bye |