]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/radiobox.cpp
disabled the old odbc code
[wxWidgets.git] / src / motif / radiobox.cpp
index 83cb28543e398bac42516c62c66199cd1d09e670..33b1ab2f25ae587d95466493b7c5119b77efc806 100644 (file)
@@ -24,7 +24,7 @@
 #include <Xm/Form.h>
 #include <Xm/Frame.h>
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
 void wxRadioBoxCallback (Widget w, XtPointer clientData,
                     XmToggleButtonCallbackStruct * cbs);
@@ -124,7 +124,7 @@ bool wxRadioBox::Create(wxWindow *parent, wxWindowID id, const wxString& title,
 
     Arg args[3];
 
-    majorDim = (n + m_majorDim - 1) / majorDim;
+    m_majorDim = (n + m_majorDim - 1) / m_majorDim;
 
     XtSetArg (args[0], XmNorientation, ((style & wxHORIZONTAL) == wxHORIZONTAL ?
                                           XmHORIZONTAL : XmVERTICAL));