X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a89f9ee4212a2268df1a7ed97145944e937fa0f..cb73e6001f891ae46b12a1e4ca39b93649cb6099:/src/msw/choice.cpp?ds=sidebyside diff --git a/src/msw/choice.cpp b/src/msw/choice.cpp index 46c09070d8..a73387523f 100644 --- a/src/msw/choice.cpp +++ b/src/msw/choice.cpp @@ -45,7 +45,7 @@ IMPLEMENT_DYNAMIC_CLASS_XTI(wxChoice, wxControl,"wx/checkbox.h") WX_BEGIN_PROPERTIES_TABLE(wxChoice) // TODO DELEGATES - WX_PROPERTY( Font , wxFont , SetFont , GetWindowFont , ) + WX_PROPERTY( Font , wxFont , SetFont , GetFont , ) WX_PROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings ) WX_PROPERTY( Selection ,int, SetSelection, GetSelection, ) WX_END_PROPERTIES_TABLE()