Huw Davies : wordpad: Pass the correct window to the font size list validator.

Alexandre Julliard julliard at winehq.org
Fri Dec 6 10:54:16 CST 2013


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Dec  6 16:28:31 2013 +0000

wordpad: Pass the correct window to the font size list validator.

---

 programs/wordpad/wordpad.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/wordpad/wordpad.c b/programs/wordpad/wordpad.c
index 9eb0700..ec813a7 100644
--- a/programs/wordpad/wordpad.c
+++ b/programs/wordpad/wordpad.c
@@ -2016,7 +2016,7 @@ static LRESULT OnNotify( HWND hWnd, LPARAM lParam)
                 on_fontlist_modified(endEdit->szText);
             } else if (pHdr->hwndFrom == hwndSizeList)
             {
-                on_sizelist_modified(hwndFontList,endEdit->szText);
+                on_sizelist_modified(hwndSizeList,endEdit->szText);
             }
         }
         return 0;




More information about the wine-cvs mailing list