|
From: Kevin A. <ka...@us...> - 2004-04-30 16:26:20
|
Update of /cvsroot/pythoncard/PythonCard/tools/codeEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16207/tools/codeEditor Modified Files: codeEditorR.rsrc.py Log Message: changed from on_menuFileExit_select to on_exit_command Background method Index: codeEditorR.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/codeEditorR.rsrc.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** codeEditorR.rsrc.py 24 Apr 2004 17:20:01 -0000 1.2 --- codeEditorR.rsrc.py 30 Apr 2004 16:26:11 -0000 1.3 *************** *** 84,87 **** --- 84,88 ---- 'name':'menuFileExit', 'label':'E&xit\tAlt+X', + 'command':'exit', }, ] |