From a2dd520dac7887de828c0df033d725136b2270a8 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 2 Sep 2008 18:24:50 +0000 Subject: [PATCH] fixing constant name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/carbon/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/carbon/app.cpp b/src/osx/carbon/app.cpp index 1067c8a8e5..6331ca653a 100644 --- a/src/osx/carbon/app.cpp +++ b/src/osx/carbon/app.cpp @@ -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 -- 2.45.2