Author: ekohl Date: Mon May 1 17:05:31 2017 New Revision: 74442
URL: http://svn.reactos.org/svn/reactos?rev=74442&view=rev Log: [INTL] Added initialization of IDC_CURRENCYGRPNUM. Patch by Katayama Hirofumi MZ. CORE-10170
Modified: trunk/reactos/dll/cpl/intl/currency.c
Modified: trunk/reactos/dll/cpl/intl/currency.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/currency.c?rev... ============================================================================== --- trunk/reactos/dll/cpl/intl/currency.c [iso-8859-1] (original) +++ trunk/reactos/dll/cpl/intl/currency.c [iso-8859-1] Mon May 1 17:05:31 2017 @@ -252,6 +252,11 @@ -1, (LPARAM)szBuffer); } + + SendDlgItemMessageW(hwndDlg, IDC_CURRENCYGRPNUM, + CB_SETCURSEL, + pGlobalData->nCurrGrouping, + 0); }