From: Jos v.d.V. <jo...@us...> - 2006-07-22 17:02:44
|
Update of /cvsroot/win32forth/win32forth/apps/Player4 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32104/apps/Player4 Modified Files: PopupWindow.f Log Message: Jos: Made it possible to let the catalog play a file from CD while skipping all files that are not on the placed CD using the button Next one time. Index: PopupWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Player4/PopupWindow.f,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PopupWindow.f 8 Jul 2006 19:58:52 -0000 1.9 --- PopupWindow.f 22 Jul 2006 17:02:40 -0000 1.10 *************** *** 15,18 **** --- 15,21 ---- CatalogPath full-path not if PlayFile: Player4W + else turnkey? not + if type ." Not found in path" + then then ; |