Fix a small typo

Felix Nawothnig felix.nawothnig at t-online.de
Sat May 28 13:41:37 CDT 2005


ChangeLog:
Pass the right hwnd to ReleaseDC()
-------------- next part --------------
Index: listview.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/listview.c,v
retrieving revision 1.417
diff -u -r1.417 listview.c
--- listview.c	26 May 2005 12:23:38 -0000	1.417
+++ listview.c	28 May 2005 18:39:12 -0000
@@ -9440,7 +9440,7 @@
             if(hFont != 0)
                 SelectObject(hdc, hOldFont);
 
-	    ReleaseDC(infoPtr->hwndSelf, hdc);
+	    ReleaseDC(infoPtr->hwndEdit, hdc);
 
 	    break;
 	}


More information about the wine-patches mailing list