[pywin32-checkins] pywin32/win32/Lib commctrl.py,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-04-12 03:04:07
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23275 Modified Files: commctrl.py Log Message: Fix [ 1170769 ] commctrl.PY_0U should be 0 Was already done to win32con in rev 1.6 Index: commctrl.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/commctrl.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** commctrl.py 30 Jan 2005 22:57:29 -0000 1.5 --- commctrl.py 12 Apr 2005 03:03:53 -0000 1.6 *************** *** 19,23 **** ODT_TAB = 101 ODT_LISTVIEW = 102 ! PY_0U = 5177344 NM_FIRST = (PY_0U) # generic to all controls NM_LAST = (PY_0U- 99) --- 19,23 ---- ODT_TAB = 101 ODT_LISTVIEW = 102 ! PY_0U = 0 NM_FIRST = (PY_0U) # generic to all controls NM_LAST = (PY_0U- 99) |