Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 720 of file numbers.c.
Referenced by NumbersPageProc().
{ TCHAR szUnitsSys[MAX_SAMPLES_STR_SIZE]; INT nCurrSel; /* Get setted units system */ nCurrSel = SendMessage(GetDlgItem(hwndDlg, IDC_NUMBERSMEASSYS), CB_GETCURSEL, (WPARAM)0, (LPARAM)0); /* convert to wide char */ _itot(nCurrSel, szUnitsSys, DECIMAL_RADIX); /* Save units system */ SetLocaleInfo(lcid, LOCALE_IMEASURE, szUnitsSys); return TRUE; }