From b54eae4b33bd311130043e5d6358ad60487a5092 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 23 May 2002 14:57:13 +0000
Subject: [PATCH] Sys_Menu on Mac does not seem to  work...

---
 Fltk/GUI.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/GUI.h b/Fltk/GUI.h
index d47a6c709d..a0d8ac2a4d 100644
--- a/Fltk/GUI.h
+++ b/Fltk/GUI.h
@@ -56,8 +56,8 @@
 #define NB_BUTT_MAX    100
 #define NB_HISTORY_MAX 1000
 
-// Undefine this to get the menu inside Gmsh (like in Window/Unix)
-#define APPLE_USE_SYS_MENU
+// define this to get a true Mac menu (not inside gmsh as in Window/Unix)
+#undef APPLE_USE_SYS_MENU
 
 // The dynamic contexts
 
-- 
GitLab