Just some typos

Francois Gouget fgouget at free.fr
Sat Jul 14 17:07:42 CDT 2001



Changelog:

 * dlls/comctl32/datetime.c

   Just some 'calendar' typos...


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                         Stolen from an Internet user:
              "f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng !"
-------------- next part --------------
Index: dlls/comctl32/datetime.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/datetime.c,v
retrieving revision 1.26
diff -u -r1.26 datetime.c
--- dlls/comctl32/datetime.c	2001/05/25 20:38:20	1.26
+++ dlls/comctl32/datetime.c	2001/07/14 20:58:41
@@ -653,10 +653,11 @@
 		break;
 	case ONEDIGITYEAR: 
 	case TWODIGITYEAR: 
-        /* FYI: On 9/14/1752 the calender changed and England and the American */
-        /* colonies changed to the Gregorian calender.  This change involved */
-        /* having September 14th following September 2nd.  So no date algorithms */
-        /* work before that date. */
+        /* FYI: On 1752/9/14 the calendar changed and England and the 
+         * American colonies changed to the Gregorian calendar. This change 
+         * involved having September 14th follow September 2nd. So no date 
+         * algorithm works before that date.
+         */
 	case FULLYEAR:   
 		date->wSecond = 0;
 		date->wMinute = 0;
@@ -846,7 +847,7 @@
 
   if (infoPtr->select == DTHT_MCPOPUP) {
     /* FIXME: button actually is only depressed during dropdown of the */
-    /* calender control and when the mouse is over the button window */
+    /* calendar control and when the mouse is over the button window */
     infoPtr->bCalDepressed = TRUE;
 
     /* recalculate the position of the monthcal popup */
@@ -1091,7 +1092,7 @@
 
   DrawEdge((HDC)NULL, &(infoPtr->rcDraw), EDGE_SUNKEN, BF_RECT | BF_ADJUST);
 
-  /* set the size of the button that drops the calender down */
+  /* set the size of the button that drops the calendar down */
   /* FIXME: account for style that allows button on left side */
   infoPtr->calbutton.top   = infoPtr->rcDraw.top;
   infoPtr->calbutton.bottom= infoPtr->rcDraw.bottom;


More information about the wine-patches mailing list