From: Kevin A. <ka...@us...> - 2004-05-10 05:03:28
|
Update of /cvsroot/pythoncard/PythonCard/samples/ataxx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21980/samples/ataxx Modified Files: ataxx.rsrc.py Log Message: changed all occurances of stack in resources to application Index: ataxx.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/ataxx/ataxx.rsrc.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ataxx.rsrc.py 4 May 2004 23:31:56 -0000 1.1 --- ataxx.rsrc.py 10 May 2004 05:02:03 -0000 1.2 *************** *** 1,4 **** ! { 'stack':{ 'type':'Stack', 'name':'Ataxx', --- 1,4 ---- ! { 'application':{ 'type':'Application', 'name':'Ataxx', |