From: Dirk B. <db...@us...> - 2005-06-12 08:38:14
|
Update of /cvsroot/win32forth/win32forth/apps/PlayVirginRadio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18567/apps/PlayVirginRadio Modified Files: PlayVirginRadio.f Log Message: - Changed Setup.exe to bild the new applications (Solipion, Player4 and PlayVirginRadio) - Fixed a bug in Resources.f - Added an Icon to Win32for.exe - Changed Version to 6.11.03 (to match Version 6.11.03 at www.win32forth.org) Index: PlayVirginRadio.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/PlayVirginRadio/PlayVirginRadio.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PlayVirginRadio.f 4 Jun 2005 08:51:17 -0000 1.3 --- PlayVirginRadio.f 12 Jun 2005 08:37:34 -0000 1.4 *************** *** 186,195 **** \ add the Application Icon ! s" Virgin.ico" s" PlayVirginRadio.exe" AddAppIcon 1 pause-seconds bye [else] ! s" Virgin.ico" s" PlayVirginRadio.exe" AddAppIcon go [then] ! \ No newline at end of file --- 186,195 ---- \ add the Application Icon ! s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" AddAppIcon 1 pause-seconds bye [else] ! s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" AddAppIcon go [then] ! |