Update of /cvsroot/pythoncard/PythonCard/samples/lsystem
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4570/lsystem
Modified Files:
lsystem.rsrc.py lsystemInteractive.rsrc.py
Log Message:
removed 'position' attribute in Background of resource
Index: lsystem.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/lsystem/lsystem.rsrc.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lsystem.rsrc.py 11 May 2004 12:06:20 -0000 1.3
--- lsystem.rsrc.py 4 Oct 2004 19:03:09 -0000 1.4
***************
*** 5,9 ****
'name':'bgLSystem',
'title':'L-System PythonCard Application',
- 'position':(59, 74),
'size':(579, 550),
'statusBar':1,
--- 5,8 ----
Index: lsystemInteractive.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/lsystem/lsystemInteractive.rsrc.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lsystemInteractive.rsrc.py 18 May 2004 17:20:31 -0000 1.1
--- lsystemInteractive.rsrc.py 4 Oct 2004 19:03:09 -0000 1.2
***************
*** 5,9 ****
'name':'bgLSystem',
'title':'L-System PythonCard Application',
- 'position':(59, 74),
'size':(579, 550),
'statusBar':1,
--- 5,8 ----
|