From: Kevin A. <ka...@us...> - 2004-05-10 05:03:29
|
Update of /cvsroot/pythoncard/PythonCard/samples/flatfileDatabase In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21980/samples/flatfileDatabase Modified Files: fieldsTest.rsrc.py flatfileDatabase.rsrc.py flatfileDatabaseTemplate.rsrc.py Log Message: changed all occurances of stack in resources to application Index: fieldsTest.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/flatfileDatabase/fieldsTest.rsrc.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** fieldsTest.rsrc.py 24 Apr 2004 06:49:46 -0000 1.8 --- fieldsTest.rsrc.py 10 May 2004 05:02:08 -0000 1.9 *************** *** 1,3 **** ! {'stack':{'type':'Stack', 'name':'Template', 'backgrounds': [ --- 1,3 ---- ! {'application':{'type':'Application', 'name':'Template', 'backgrounds': [ Index: flatfileDatabaseTemplate.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/flatfileDatabase/flatfileDatabaseTemplate.rsrc.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** flatfileDatabaseTemplate.rsrc.py 26 Jun 2002 19:52:46 -0000 1.3 --- flatfileDatabaseTemplate.rsrc.py 10 May 2004 05:02:14 -0000 1.4 *************** *** 1,3 **** ! {'stack':{'type':'Stack', 'name':'Template', 'backgrounds': [ --- 1,3 ---- ! {'application':{'type':'Application', 'name':'Template', 'backgrounds': [ Index: flatfileDatabase.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/flatfileDatabase/flatfileDatabase.rsrc.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** flatfileDatabase.rsrc.py 26 Jun 2002 19:52:46 -0000 1.6 --- flatfileDatabase.rsrc.py 10 May 2004 05:02:14 -0000 1.7 *************** *** 1,3 **** ! {'stack':{'type':'Stack', 'name':'Addresses', 'backgrounds': [ --- 1,3 ---- ! {'application':{'type':'Application', 'name':'Addresses', 'backgrounds': [ |