Corrected wxDialog event table under wxMac and wxOS2 as per the other ports.

Corrected generic validator for wxComboBox as per bug report.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-01-12 09:49:19 +00:00
parent 5ce3910231
commit d491523b1f
4 changed files with 4 additions and 4 deletions

View File

@@ -442,7 +442,7 @@ bool wxGenericValidator::TransferFromWindow(void)
}
else if (m_pString)
{
*m_pString = pControl->GetStringSelection();
*m_pString = pControl->GetValue();
return TRUE;
}
} else