]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
xti additions / changes, trying to reduce dependencies
[wxWidgets.git] / src / msw / listbox.cpp
index f317e83e14a8266a93e9c57cac4c36c83f34b61a..9b06a34e94bda0580c122bc6437f05a281025ed7 100644 (file)
@@ -54,7 +54,7 @@ WX_BEGIN_PROPERTIES_TABLE(wxListBox)
     // TODO DELEGATES
        WX_PROPERTY( Font , wxFont , SetFont , GetFont  , )
     WX_PROPERTY_COLLECTION( Choices , wxArrayString , wxString , AppendString , GetStrings )
-       WX_PROPERTY( Selection ,int, SetSelectionLine, GetSelection, )
+       WX_PROPERTY( Selection ,int, SetSelection, GetSelection, )
 WX_END_PROPERTIES_TABLE()
 
 WX_BEGIN_HANDLERS_TABLE(wxListBox)