Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16374/commands
Modified Files:
info.py
Log Message:
fix-fix-fix
Index: info.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/info.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** info.py 10 Sep 2004 14:22:23 -0000 1.18
--- info.py 10 Sep 2004 16:48:42 -0000 1.19
***************
*** 805,809 ****
gump.addResizeGump( 280, 260, 0xBB8, 215, 20 )
#gump.addInputField( 284, 260, 200, 16, 0x834, 6, unicode( item.weight ) )
! gump.addText( 284, 260, 200, 16, 0x834, unicode( item.weight ) )
# 7
gump.addText( 113, 280, "Layer:", 0x834 )
--- 805,809 ----
gump.addResizeGump( 280, 260, 0xBB8, 215, 20 )
#gump.addInputField( 284, 260, 200, 16, 0x834, 6, unicode( item.weight ) )
! gump.addText( 284, 260, unicode( item.weight ), 0x834 )
# 7
gump.addText( 113, 280, "Layer:", 0x834 )
|