From: Alex T. <ale...@us...> - 2005-09-12 19:57:04
|
Update of /cvsroot/pythoncard/PythonCard/samples/gravity In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28931 Modified Files: floatgravity.rsrc.py gravity.rsrc.py Log Message: Fix up title and name for app (cruft remaining from "Doodle"). Index: gravity.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/gravity/gravity.rsrc.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gravity.rsrc.py 26 Sep 2004 00:10:41 -0000 1.2 --- gravity.rsrc.py 12 Sep 2005 19:56:56 -0000 1.3 *************** *** 1,5 **** { 'application':{ 'type':'Application', ! 'name':'Doodle', 'backgrounds': --- 1,5 ---- { 'application':{ 'type':'Application', ! 'name':'Gravity', 'backgrounds': *************** *** 7,11 **** { 'type':'Background', 'name':'bgDoodle', ! 'title':'Doodle PythonCard Application', 'size':( 310, 300 ), 'style':['resizeable'], --- 7,11 ---- { 'type':'Background', 'name':'bgDoodle', ! 'title':'Gravity PythonCard Application', 'size':( 310, 300 ), 'style':['resizeable'], Index: floatgravity.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/gravity/floatgravity.rsrc.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** floatgravity.rsrc.py 9 Oct 2004 00:33:18 -0000 1.1 --- floatgravity.rsrc.py 12 Sep 2005 19:56:56 -0000 1.2 *************** *** 1,5 **** { 'application':{ 'type':'Application', ! 'name':'Doodle', 'backgrounds': --- 1,5 ---- { 'application':{ 'type':'Application', ! 'name':'Gravity', 'backgrounds': *************** *** 7,11 **** { 'type':'Background', 'name':'bgDoodle', ! 'title':'Doodle PythonCard Application', 'size':( 310, 300 ), 'style':['resizeable'], --- 7,11 ---- { 'type':'Background', 'name':'bgDoodle', ! 'title':'Gravity PythonCard Application', 'size':( 310, 300 ), 'style':['resizeable'], |