wordpad: Pass the correct window to the font size list validator.
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 @@
                 on_fontlist_modified(endEdit->szText);
             } else if (pHdr->hwndFrom == hwndSizeList)
             {
-                on_sizelist_modified(hwndFontList,endEdit->szText);
+                on_sizelist_modified(hwndSizeList,endEdit->szText);
             }
         }
         return 0;