From: Kevin A. <ka...@us...> - 2004-05-05 16:54:07
|
Update of /cvsroot/pythoncard/PythonCard/samples/montyhall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28150/samples/montyhall Modified Files: montyhall.rsrc.py Log Message: removed on_menuFileExit_select, using Background on_exit_command instead Index: montyhall.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/montyhall/montyhall.rsrc.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** montyhall.rsrc.py 17 Apr 2004 17:10:07 -0000 1.1 --- montyhall.rsrc.py 5 May 2004 16:53:27 -0000 1.2 *************** *** 18,21 **** --- 18,22 ---- 'name':'menuFileExit', 'label':'E&xit', + 'command':'exit', }, ] |