Update of /cvsroot/pythoncard/PythonCard/samples/dialogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv983/samples/dialogs
Modified Files:
dialogs.rsrc.py
Log Message:
changed label attribute to text - wow, very old bug
Index: dialogs.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/dialogs/dialogs.rsrc.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** dialogs.rsrc.py 10 May 2004 05:02:07 -0000 1.14
--- dialogs.rsrc.py 18 Sep 2004 17:04:21 -0000 1.15
***************
*** 31,35 ****
'components':
[
! { 'type':'StaticText', 'name':'static1', 'position':( 150, 230 ), 'size':( -1, -1 ), 'label':'' },
{ 'type':'TextArea', 'name':'fldResults', 'position':( 150, 4 ), 'size':( 200, 150 ), 'text':'' },
--- 31,35 ----
'components':
[
! { 'type':'StaticText', 'name':'static1', 'position':( 150, 230 ), 'size':( -1, -1 ), 'text':'' },
{ 'type':'TextArea', 'name':'fldResults', 'position':( 150, 4 ), 'size':( 200, 150 ), 'text':'' },
|