[PyCrust-cvs] PyCrust/wxd Controls.py,1.4,1.5
Brought to you by:
pobrien
From: <po...@us...> - 2003-04-02 20:36:25
|
Update of /cvsroot/pycrust/PyCrust/wxd In directory sc8-pr-cvs1:/tmp/cvs-serv23511 Modified Files: Controls.py Log Message: Fix dup page keyword. Index: Controls.py =================================================================== RCS file: /cvsroot/pycrust/PyCrust/wxd/Controls.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Controls.py 2 Apr 2003 20:19:40 -0000 1.4 --- Controls.py 2 Apr 2003 20:36:17 -0000 1.5 *************** *** 1180,1184 **** pass ! def InsertPage(self, page, page, text, select=False, imageId=-1): """""" pass --- 1180,1184 ---- pass ! def InsertPage(self, index, page, text, select=False, imageId=-1): """""" pass |