missing statement
This commit is contained in:
parent
96c3ce14e4
commit
e3fb9f77eb
|
@ -161,7 +161,7 @@ bool PANEL_HOTKEYS_EDITOR::TransferDataToWindow()
|
|||
m_hotkeyStore.Init( m_actions, m_readOnly );
|
||||
|
||||
if( !m_hotkeyListCtrl->TransferDataToControl() )
|
||||
false;
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue