]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobut.cpp
FixMath fix
[wxWidgets.git] / src / motif / radiobut.cpp
index 2468f2cb37ad4d57f271bb2dcf4efb08724cb016..424afc16b5e9c245c7851620d082119c0eb65666 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -136,7 +136,7 @@ bool wxRadioButton::GetValue() const
 
 void wxRadioButton::Command (wxCommandEvent & event)
 {
-    SetValue ( (event.m_commandInt != 0) );
+    SetValue ( (event.GetInt() != 0) );
     ProcessCommand (event);
 }