Update of /cvsroot/pythoncard/PythonCard/samples/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11676
Modified Files:
widgets.rsrc.py
Log Message:
fixed typo
Index: widgets.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/widgets/widgets.rsrc.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** widgets.rsrc.py 4 Oct 2004 19:03:11 -0000 1.25
--- widgets.rsrc.py 15 Nov 2007 21:39:44 -0000 1.26
***************
*** 309,313 ****
'position':(100, 92),
'size':(180, 60),
! 'text':'Use the checkboxes and buttons on the right to set the attributes of the widgets on the left.\n\nThe editable attribute only applies to TextField, PasswordFiled, and TextArea.',
},
--- 309,313 ----
'position':(100, 92),
'size':(180, 60),
! 'text':'Use the checkboxes and buttons on the right to set the attributes of the widgets on the left.\n\nThe editable attribute only applies to TextField, PasswordField, and TextArea.',
},
|