]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/scrolbar.cpp
Some change logs
[wxWidgets.git] / src / os2 / scrolbar.cpp
index b351895371add76afa50540a7a896d90656bf1c5..8837a464042ae9c8a4e9e944a1230db4d45b2a1c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10/15/99
 // RCS-ID:      $Id$
 // Copyright:   (c) David Webster
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // For compilers that support precompilation, includes "wx.h".
@@ -307,7 +307,7 @@ void wxScrollBar::Command (
   wxCommandEvent&                   rEvent
 )
 {
-    SetThumbPosition(rEvent.m_commandInt);
+    SetThumbPosition(rEvent.GetInt());
     ProcessCommand(rEvent);
 } // end of wxScrollBar::Command