Fix a typo in a comment

Dmitry Timoshkov dmitry at baikal.ru
Fri Feb 27 03:10:29 CST 2004


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Fix a typo in a comment.

--- cvs/hq/wine/dlls/msvideo/mciwnd.c	Fri Feb 27 08:54:46 2004
+++ wine/dlls/msvideo/mciwnd.c	Fri Feb 27 09:07:36 2004
@@ -313,7 +313,7 @@ static LRESULT MCIWND_Create(HWND hWnd, 
         else
             lParam = (LPARAM)cs->lpCreateParams;
 
-        /* If it's our internal caption, file name is a unicode string */
+        /* If it's our internal class pointer, file name is a unicode string */
         if (cs->lpszClass == mciWndClassW)
             SendMessageW(hWnd, MCIWNDM_OPENW, 0, lParam);
         else






More information about the wine-patches mailing list