Fix some typos, no code changes (besides strings)
This commit is contained in:
@@ -520,7 +520,7 @@ void wxComboPopupWindow::OnDismiss()
|
||||
{
|
||||
wxComboCtrlBase* combo = (wxComboCtrlBase*) GetParent();
|
||||
wxASSERT_MSG( wxDynamicCast(combo, wxComboCtrlBase),
|
||||
wxT("parent might not be wxComboCtrl, but check wxIMPLEMENT_DYNAMIC_CLASS(2) macro for correctness") );
|
||||
wxT("parent might not be wxComboCtrl, but check wxIMPLEMENT_DYNAMIC_CLASS2() macro for correctness") );
|
||||
|
||||
combo->OnPopupDismiss(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user