mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -252,6 +252,11 @@ InitDigitGroupCB(HWND hwndDlg, PGLOBALDATA pGlobalData)
|
||||
-1,
|
||||
(LPARAM)szBuffer);
|
||||
}
|
||||
|
||||
SendDlgItemMessageW(hwndDlg, IDC_CURRENCYGRPNUM,
|
||||
CB_SETCURSEL,
|
||||
pGlobalData->nCurrGrouping,
|
||||
0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user