mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
more correct fix
svn path=/trunk/; revision=36488
This commit is contained in:
@@ -413,7 +413,7 @@ SetCurrencyDigNum(HWND hwndDlg, LCID lcid)
|
||||
(LPARAM)0);
|
||||
|
||||
/* Save number of digidts in field */
|
||||
if (nCurrSel > 0)
|
||||
if (nCurrSel != CB_ERR)
|
||||
SetLocaleInfo(lcid, LOCALE_SMONGROUPING, szFieldDigNumSamples[nCurrSel]);
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user