Added initialization of IDC_CURRENCYGRPNUM.
Patch by Katayama Hirofumi MZ.
CORE-10170

svn path=/trunk/; revision=74442
This commit is contained in:
Eric Kohl 2017-05-01 17:05:31 +00:00
parent cb488db9b7
commit a8f63ddb13

View file

@ -252,6 +252,11 @@ InitDigitGroupCB(HWND hwndDlg, PGLOBALDATA pGlobalData)
-1,
(LPARAM)szBuffer);
}
SendDlgItemMessageW(hwndDlg, IDC_CURRENCYGRPNUM,
CB_SETCURSEL,
pGlobalData->nCurrGrouping,
0);
}