[pywin32-checkins] pywin32/Pythonwin win32dlg.cpp, 1.10.2.1, 1.10.2.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-12-04 00:07:27
|
Update of /cvsroot/pywin32/pywin32/Pythonwin In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12369/Pythonwin Modified Files: Tag: py3k win32dlg.cpp Log Message: merge minor consolidations from the trunk Index: win32dlg.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32dlg.cpp,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -C2 -d -r1.10.2.1 -r1.10.2.2 *** win32dlg.cpp 29 Aug 2008 05:53:29 -0000 1.10.2.1 --- win32dlg.cpp 4 Dec 2008 00:07:22 -0000 1.10.2.2 *************** *** 503,507 **** { PyObject *obList = NULL; ! // @pyparm <o PyDialogTemplate>|obList||A list of [<o PyDLGTEMPLATE>, <o PyDLGITEMTEMPLATE>, ...], which describe the dialog to be created. if (!PyArg_ParseTuple(args, "O:CreateDialogIndirect", &obList)) return NULL; --- 503,507 ---- { PyObject *obList = NULL; ! // @pyparm list|obList||A list of [<o PyDLGTEMPLATE>, <o PyDLGITEMTEMPLATE>, ...], which describe the dialog to be created. if (!PyArg_ParseTuple(args, "O:CreateDialogIndirect", &obList)) return NULL; |