From: Kevin A. <ka...@us...> - 2004-05-10 05:03:29
|
Update of /cvsroot/pythoncard/PythonCard/samples/fpop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21980/samples/fpop Modified Files: fpop.rsrc.py message.rsrc.py preview.rsrc.py Log Message: changed all occurances of stack in resources to application Index: preview.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/fpop/preview.rsrc.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** preview.rsrc.py 5 May 2004 16:53:25 -0000 1.8 --- preview.rsrc.py 10 May 2004 05:02:15 -0000 1.9 *************** *** 1,3 **** ! {'stack':{'type':'Stack', 'name':'Preview', 'backgrounds': [ --- 1,3 ---- ! {'application':{'type':'Application', 'name':'Preview', 'backgrounds': [ Index: fpop.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/fpop/fpop.rsrc.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** fpop.rsrc.py 5 May 2004 16:53:25 -0000 1.6 --- fpop.rsrc.py 10 May 2004 05:02:15 -0000 1.7 *************** *** 1,3 **** ! {'stack':{'type':'Stack', 'name':'fpop', 'backgrounds': [ --- 1,3 ---- ! {'application':{'type':'Application', 'name':'fpop', 'backgrounds': [ Index: message.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/fpop/message.rsrc.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** message.rsrc.py 5 May 2004 16:53:25 -0000 1.3 --- message.rsrc.py 10 May 2004 05:02:15 -0000 1.4 *************** *** 1,3 **** ! {'stack':{'type':'Stack', 'name':'New Message', 'backgrounds': [ --- 1,3 ---- ! {'application':{'type':'Application', 'name':'New Message', 'backgrounds': [ |