Update of /cvsroot/win32forth/win32forth/apps/Player4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29666/apps/Player4
Modified Files:
Mediatree.f
Log Message:
Jos: Made a seperator in the treeview to get the title more clear.
Index: Mediatree.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Player4/Mediatree.f,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Mediatree.f 19 Oct 2005 19:37:20 -0000 1.17
--- Mediatree.f 20 Oct 2005 17:10:49 -0000 1.18
***************
*** 50,53 ****
--- 50,54 ----
if dup RecordDef File_name swap Cnt_File_name c@
else dup RecordDef Artist over Cnt_Artist c@ +InlineRecord
+ s" --" +InlineRecord
dup RecordDef Title swap Cnt_Title c@
then
|