]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing constant name
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 2 Sep 2008 18:24:50 +0000 (18:24 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 2 Sep 2008 18:24:50 +0000 (18:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/app.cpp

index 1067c8a8e5fa18d7c6216594ffac748178a4cb16..6331ca653ac6f862d0620eb14d48b6fc6dbc2952 100644 (file)
@@ -1076,7 +1076,7 @@ void wxApp::OnIdle(wxIdleEvent& WXUNUSED(event))
     // either events to the threads other than main or events posted with
     // wxPostEvent() functions
 #ifndef __WXUNIVERSAL__
-#if wxUSE_MENU
+#if wxUSE_MENUS
   if (!wxMenuBar::MacGetInstalledMenuBar() && wxMenuBar::MacGetCommonMenuBar())
     wxMenuBar::MacGetCommonMenuBar()->MacInstallMenuBar();
 #endif