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