|
From: Kevin A. <ka...@us...> - 2004-10-04 19:04:08
|
Update of /cvsroot/pythoncard/PythonCard/samples/fpop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4570/fpop Modified Files: fpop.rsrc.py Log Message: removed 'position' attribute in Background of resource Index: fpop.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/fpop/fpop.rsrc.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** fpop.rsrc.py 10 May 2004 05:02:15 -0000 1.7 --- fpop.rsrc.py 4 Oct 2004 19:03:07 -0000 1.8 *************** *** 5,9 **** 'name':'bgMin', 'title':'fPOP PythonCard Application', - 'position':(10, 10), 'size':(600, 400), 'statusBar':1, --- 5,8 ---- |