From: Alex T. <ale...@us...> - 2004-08-24 14:19:52
|
Update of /cvsroot/pythoncard/PythonCard/tools/codeEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18771/tools/codeEditor Modified Files: codeEditor.rsrc.py codeEditorR.rsrc.py restEditor.rsrc.py Log Message: Fixed spelling mistakes - typo Documenation changed to Documentation Index: codeEditorR.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/codeEditorR.rsrc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** codeEditorR.rsrc.py 10 May 2004 05:02:48 -0000 1.4 --- codeEditorR.rsrc.py 24 Aug 2004 14:19:31 -0000 1.5 *************** *** 288,292 **** {'type':'MenuItem', 'name':'menuShellDocumentation', ! 'label':'&Shell Documenation...', 'command':'showShellDocumentation', }, --- 288,292 ---- {'type':'MenuItem', 'name':'menuShellDocumentation', ! 'label':'&Shell Documentation...', 'command':'showShellDocumentation', }, Index: restEditor.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/restEditor.rsrc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** restEditor.rsrc.py 17 Aug 2004 21:52:39 -0000 1.4 --- restEditor.rsrc.py 24 Aug 2004 14:19:31 -0000 1.5 *************** *** 326,330 **** {'type':'MenuItem', 'name':'menuShellDocumentation', ! 'label':'&Shell Documenation...', 'command':'showShellDocumentation', }, --- 326,330 ---- {'type':'MenuItem', 'name':'menuShellDocumentation', ! 'label':'&Shell Documentation...', 'command':'showShellDocumentation', }, Index: codeEditor.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/codeEditor.rsrc.py,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** codeEditor.rsrc.py 19 Jul 2004 18:21:45 -0000 1.33 --- codeEditor.rsrc.py 24 Aug 2004 14:19:31 -0000 1.34 *************** *** 296,300 **** {'type':'MenuItem', 'name':'menuShellDocumentation', ! 'label':'&Shell Documenation...', 'command':'showShellDocumentation', }, --- 296,300 ---- {'type':'MenuItem', 'name':'menuShellDocumentation', ! 'label':'&Shell Documentation...', 'command':'showShellDocumentation', }, |