]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
Applied dir control token patch.
[wxWidgets.git] / src / os2 / listbox.cpp
index 7cbcb464b9f909543d0fa1fa0d290b3955153449..350cea8f687b69b656d4730253377ff903775922 100644 (file)
@@ -415,7 +415,7 @@ void wxListBox::Clear()
     m_nNumItems = 0;
 } // end of wxListBox::Clear
 
-void wxListBox::SetSelection(
+void wxListBox::DoSetSelection(
   int                               N
 , bool                              bSelect
 )
@@ -810,7 +810,7 @@ bool wxListBox::OS2Command(
     {
         n = -1;
     }
-    vEvent.m_commandInt = n;
+    vEvent.SetInt(n);
     return GetEventHandler()->ProcessEvent(vEvent);
 } // end of wxListBox::OS2Command