comdlg32: Fix a typo.
This commit is contained in:
parent
a86566cb91
commit
7b1c326016
|
@ -3412,8 +3412,7 @@ PRINTDLG_PagePaintProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
*/
|
||||
static LRESULT CALLBACK pagesetup_margin_editproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
|
||||
{
|
||||
switch(msg)
|
||||
case WM_CHAR:
|
||||
if (msg == WM_CHAR)
|
||||
{
|
||||
WCHAR decimal = get_decimal_sep();
|
||||
WCHAR wc = (WCHAR)wparam;
|
||||
|
|
Loading…
Reference in New Issue