Fix build error with wxWidgets GUI introducted in rev 772.
This commit is contained in:
parent
7234e2c3be
commit
bfef4889a7
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ int config_dlgproc(void* hdlg, int message, INT_PARAM wParam, LONG_PARAM lParam)
|
|||
wx_sendmessage(h, WX_CB_SETCURSEL, fdd_get_type(1), 0);
|
||||
|
||||
h = wx_getdlgitem(hdlg, WX_ID("IDC_TEXT_MB"));
|
||||
if ((models[model].flags & MODEL_AT) && models[model].ram_granularity < 128))
|
||||
if ((models[model].flags & MODEL_AT) && (models[model].ram_granularity < 128))
|
||||
wx_sendmessage(h, WX_WM_SETTEXT, 0, (LONG_PARAM) "MB");
|
||||
else
|
||||
wx_sendmessage(h, WX_WM_SETTEXT, 0, (LONG_PARAM) "KB");
|
||||
|
|
|
|||
Loading…
Reference in a new issue