From: Kevin A. <ka...@us...> - 2004-09-30 23:59:15
|
Update of /cvsroot/pythoncard/PythonCard/tools/textEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29912/tools/textEditor Modified Files: textEditor.pyw Log Message: fixed findDialog reference Index: textEditor.pyw =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/textEditor/textEditor.pyw,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** textEditor.pyw 15 Aug 2004 17:35:00 -0000 1.75 --- textEditor.pyw 30 Sep 2004 23:59:06 -0000 1.76 *************** *** 388,392 **** """ ! result = findDialog(self, lastFind['searchText'], lastFind['wholeWordsOnly'], lastFind['caseSensitive']) --- 388,392 ---- """ ! result = findDialog.findDialog(self, lastFind['searchText'], lastFind['wholeWordsOnly'], lastFind['caseSensitive']) |