mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[INTL]
Added initialization of IDC_CURRENCYGRPNUM. Patch by Katayama Hirofumi MZ. CORE-10170 svn path=/trunk/; revision=74442
This commit is contained in:
parent
cb488db9b7
commit
a8f63ddb13
1 changed files with 5 additions and 0 deletions
|
@ -252,6 +252,11 @@ InitDigitGroupCB(HWND hwndDlg, PGLOBALDATA pGlobalData)
|
|||
-1,
|
||||
(LPARAM)szBuffer);
|
||||
}
|
||||
|
||||
SendDlgItemMessageW(hwndDlg, IDC_CURRENCYGRPNUM,
|
||||
CB_SETCURSEL,
|
||||
pGlobalData->nCurrGrouping,
|
||||
0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue