View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/addons/googlespell
In directory sc8-pr-cvs1:/tmp/cvs-serv18261/addons/googlespell
Modified Files:
googlespell.xml
Log Message:
Used setSearchWindowText
Index: googlespell.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/googlespell/googlespell.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** googlespell.xml 28 Sep 2002 00:29:00 -0000 1.12
--- googlespell.xml 14 Dec 2002 21:42:34 -0000 1.13
***************
*** 79,84 ****
{
//displayPopupMessage( "<b>Google suggests:</b> "+
sSuggestedSpelling );
! document.deff.q.value = sSuggestedSpelling;
! document.deff.q.createTextRange().select();
return true;
--- 79,83 ----
{
//displayPopupMessage( "<b>Google suggests:</b> "+
sSuggestedSpelling );
! setSearchWindowText(sSuggestedSpelling, true)
return true;
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/