--- np2/win9x/dialog/d_serial.cpp 2003/10/30 12:45:38 1.6 +++ np2/win9x/dialog/d_serial.cpp 2003/10/31 04:11:40 1.7 @@ -755,6 +755,6 @@ void dialog_serial(HWND hWnd) { psh.phpage = hpsp; psh.pszCaption = str_seropt; PropertySheet(&psh); - InvalidateRect(hWndMain, NULL, TRUE); + InvalidateRect(hWnd, NULL, TRUE); }