From: Kevin A. <ka...@us...> - 2004-08-24 06:51:59
|
Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15741/tools/resourceEditor/modules Modified Files: newComponentDialog.rsrc.py Log Message: removed position, need to make this attr optional in resourceEditor Index: newComponentDialog.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules/newComponentDialog.rsrc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** newComponentDialog.rsrc.py 23 Aug 2004 23:36:08 -0000 1.4 --- newComponentDialog.rsrc.py 24 Aug 2004 06:51:49 -0000 1.5 *************** *** 2,6 **** 'name':'Template', 'title':'Dialog Template', - 'position':(66, 66), 'size':(300, 170), 'components': [ --- 2,5 ---- |