From: Kevin A. <ka...@us...> - 2004-05-10 05:03:28
|
Update of /cvsroot/pythoncard/PythonCard/samples/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21980/samples/dialogs Modified Files: dialogs.rsrc.py Log Message: changed all occurances of stack in resources to application Index: dialogs.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/dialogs/dialogs.rsrc.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** dialogs.rsrc.py 5 May 2004 16:53:25 -0000 1.13 --- dialogs.rsrc.py 10 May 2004 05:02:07 -0000 1.14 *************** *** 2,6 **** # only the background position and size matter ?! ! { 'stack':{ 'type':'Stack', 'name':'Dialogs', --- 2,6 ---- # only the background position and size matter ?! ! { 'application':{ 'type':'Application', 'name':'Dialogs', |