|
From: Thyamad c. <th...@us...> - 2006-01-07 19:03:17
|
Update of /cvsroot/thyapi/thyapi/ext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28844/ext Modified Files: debug.html Log Message: Commiting file additions and modification from SVN revision 2559 to 2560... Changes made by frank on 2006-01-07 21:02:06 +0100 (Sat, 07 Jan 2006) corresponding to SVN revision 2560 with message: fixing dynapi windows debugger Index: debug.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/ext/debug.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** debug.html 1 Sep 2005 18:15:37 -0000 1.6 --- debug.html 7 Jan 2006 19:03:07 -0000 1.7 *************** *** 51,55 **** if(dynapi && dynapi.debug) { if(!dynapi.debug.win) dynapi.debug.win=win; ! var url = dynapi.documentPath+dynapi.library.path+'ext/'; var f=dynapi.functions; imgwatch=f.getImage(url+'images/debug_imgwatch.gif',25,22,{alias:"DebugIMGWatch",name:"DebugIMGWatch",downsrc:url+"images/debug_imgwatch_down.gif",oversrc:url+"images/debug_imgwatch_on.gif",onclick:"dynapi.functions.False(dynapi.debug.switchMode('watch'))",tooltip:"Show Watch Mode"}).getHTML(); --- 51,55 ---- if(dynapi && dynapi.debug) { if(!dynapi.debug.win) dynapi.debug.win=win; ! var url = dynapi.library.path+'ext/'; var f=dynapi.functions; imgwatch=f.getImage(url+'images/debug_imgwatch.gif',25,22,{alias:"DebugIMGWatch",name:"DebugIMGWatch",downsrc:url+"images/debug_imgwatch_down.gif",oversrc:url+"images/debug_imgwatch_on.gif",onclick:"dynapi.functions.False(dynapi.debug.switchMode('watch'))",tooltip:"Show Watch Mode"}).getHTML(); |