|
From: Andres M. <amo...@us...> - 2007-03-13 10:41:49
|
Update of /cvsroot/fieldling/Fieldling/src/fieldling/quilldriver/gui In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2080/src/fieldling/quilldriver/gui Modified Files: QDShell.java Log Message: still testing JMFPlayer Index: QDShell.java =================================================================== RCS file: /cvsroot/fieldling/Fieldling/src/fieldling/quilldriver/gui/QDShell.java,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** QDShell.java 13 Mar 2007 10:06:59 -0000 1.60 --- QDShell.java 13 Mar 2007 10:41:47 -0000 1.61 *************** *** 129,133 **** else if (option.equals("JMFPlayer") || option.equals("QT4JPlayer")) { ! mediaPlayer = "fieldling.media.player." + option; } else --- 129,133 ---- else if (option.equals("JMFPlayer") || option.equals("QT4JPlayer")) { ! mediaPlayer = "fieldling.mediaplayer." + option; } else |