ChangeSet ID: 12089 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/21 17:24:09
Modified files: dlls/comctl32 : monthcal.c
Log message: Krzysztof Foltman kfoltman@portal.onet.pl - next/prev month don't stick anymore - min/max ranges initialized to some reasonable values - fixed some bugs caused by reversed order of arguments of MONTHCAL_CopyTime - update current month/year after setting current date - changing months etc doesn't send MCN_SELECT (which could be sent only after a particular day was clicked) - changed (hit && MCHT_CALENDARDATE) to (hit == MCHT_CALENDARDATE)
Patch: http://cvs.winehq.org/patch.py?id=12089
Old revision New revision Changes Path 1.43 1.44 +26 -18 wine/dlls/comctl32/monthcal.c