]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/menuitem.h
Small glitch.
[wxWidgets.git] / include / wx / motif / menuitem.h
index 2956987bd98b3f50e688e3e143bd62ab2959706d..8fc4a7418a2ba7c07b1d4e77b50bf5fd809e15ed 100644 (file)
@@ -25,7 +25,7 @@
 // an exception to the general rule that a normal header doesn't include other
 // headers - only because ownerdrw.h is not always included and I don't want
 // to write #ifdef's everywhere...
-#if USE_OWNER_DRAWN
+#if wxUSE_OWNER_DRAWN
 #include  "wx/ownerdrw.h"
 #endif
 
@@ -40,7 +40,7 @@
 // wxMenuItem: an item in the menu, optionally implements owner-drawn behaviour
 // ----------------------------------------------------------------------------
 class WXDLLEXPORT wxMenuItem: public wxObject
-#if USE_OWNER_DRAWN
+#if wxUSE_OWNER_DRAWN
                             , public wxOwnerDrawn
 #endif
 {
@@ -99,7 +99,7 @@ private:
   wxMenuBar*  m_menuBar;
   wxMenu*     m_topMenu;        // Top-level menu e.g. popup-menu
 
-#if USE_OWNER_DRAWN
+#if wxUSE_OWNER_DRAWN
   // wxOwnerDrawn base class already has these variables - nothing to do
 
 #else   //!owner drawn