summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Python/macmain.c')
-rw-r--r--Mac/Python/macmain.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index 019e0be..a85f88f 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -351,6 +351,12 @@ Py_Main(argc, argv)
}
}
+ /*
+ ** For reasons I don't fully understand we cannot insert our
+ ** menu earlier. Leave it here, we hope to be rid of Sioux soon anyway.
+ */
+ PyMac_InitMenuBar();
+
Py_Initialize();
PySys_SetArgv(argc-1, argv+1);