]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
Dialog unit mods; wxProp tidying
[wxWidgets.git] / src / motif / frame.cpp
index f8f02a0cb5422e77fbfa9db951d25de97a0927f3..e83b831ebcfca7b4a496df9fb95b65f168b9eb05 100644 (file)
@@ -76,7 +76,7 @@ END_EVENT_TABLE()
 IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxWindow)
 #endif
 
-#if USE_NATIVE_STATUSBAR
+#if wxUSE_NATIVE_STATUSBAR
 bool wxFrame::m_useNativeStatusBar = TRUE;
 #else
 bool wxFrame::m_useNativeStatusBar = FALSE;
@@ -688,7 +688,7 @@ void wxFrame::OnSysColourChanged(wxSysColourChangedEvent& event)
 void wxFrame::OnSize(wxSizeEvent& event)
 {
   // if we're using constraints - do use them
-  #if USE_CONSTRAINTS
+  #if wxUSE_CONSTRAINTS
     if ( GetAutoLayout() ) {
       Layout();
       return;