Update of /cvsroot/openrpg/openrpg1/orpg/gametree/nodehandlers
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2929/orpg/gametree/nodehandlers
Modified Files:
forms.py
Log Message:
Index: forms.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/gametree/nodehandlers/forms.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** forms.py 21 Apr 2007 22:56:17 -0000 1.52
--- forms.py 21 Apr 2007 23:00:51 -0000 1.53
***************
*** 817,821 ****
#print img
if not img is None:
! return wx.StaticBitmap(parent,-1,img,size= wx.Size(img.GetWidth(),img.GetHeight()))
return wx.EmptyBitmap(1, 1)
--- 817,821 ----
#print img
if not img is None:
! return wx.StaticBitmap(parent,-1,img,size= wx.Size(img.GetWidth(),img.GetHeight()))
return wx.EmptyBitmap(1, 1)
|