=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: comctl32: Clarify DATETIME_GetPrevDateField documentation.

Alexandre Julliard julliard at winehq.org
Mon Nov 25 13:33:14 CST 2013


Module: wine
Branch: master
Commit: ef2a8be6483bb5c0e2857cde4cd10a9bef72252e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ef2a8be6483bb5c0e2857cde4cd10a9bef72252e

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Nov 22 18:04:02 2013 +0100

comctl32: Clarify DATETIME_GetPrevDateField documentation.

---

 dlls/comctl32/datetime.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c
index 9684a92..d13b50c 100644
--- a/dlls/comctl32/datetime.c
+++ b/dlls/comctl32/datetime.c
@@ -831,8 +831,8 @@ DATETIME_HitTest (const DATETIME_INFO *infoPtr, POINT pt)
     return DTHT_NONE;
 }
 
-/* Returns index of a closest date field from given counting to left
-   or -1 if there's no such field at left */
+/* Returns index of the nearest preceding date field from given,
+   or -1 if none was found */
 static int DATETIME_GetPrevDateField(const DATETIME_INFO *infoPtr, int i)
 {
     for(--i; i >= 0; i--)




More information about the wine-cvs mailing list