|
From: Kevin A. <ka...@us...> - 2004-10-04 19:04:06
|
Update of /cvsroot/pythoncard/PythonCard/samples/custdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4570/custdb Modified Files: custdb.de.rsrc.py custdb.rsrc.py Log Message: removed 'position' attribute in Background of resource Index: custdb.de.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/custdb/custdb.de.rsrc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** custdb.de.rsrc.py 10 May 2004 05:02:07 -0000 1.4 --- custdb.de.rsrc.py 4 Oct 2004 19:03:07 -0000 1.5 *************** *** 5,9 **** 'name':'bgMin', 'title':'Kunden Datenbank', - 'position':(441, 180), 'size':(502, 467), 'components': [ --- 5,8 ---- Index: custdb.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/custdb/custdb.rsrc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** custdb.rsrc.py 10 May 2004 05:02:07 -0000 1.4 --- custdb.rsrc.py 4 Oct 2004 19:03:07 -0000 1.5 *************** *** 5,9 **** 'name':'bgMin', 'title':'Customer database', - 'position':(441, 180), 'size':(502, 467), --- 5,8 ---- |