Update of /cvsroot/pythoncard/PythonCard/samples/counter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21980/samples/counter
Modified Files:
counter.rsrc.py
Log Message:
changed all occurances of stack in resources to application
Index: counter.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/counter/counter.rsrc.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** counter.rsrc.py 5 May 2004 16:53:25 -0000 1.6
--- counter.rsrc.py 10 May 2004 05:02:06 -0000 1.7
***************
*** 1,3 ****
! {'stack':{'type':'Stack',
'name':'Counter',
'backgrounds': [
--- 1,3 ----
! {'application':{'type':'Application',
'name':'Counter',
'backgrounds': [
|