From 0da18dbf9b62b532f48a4e859f70f4ddedb6f78e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Jan 2025 00:01:44 +0100 Subject: Remove File menu on macOS (it has nothing in it). --- src/tools/dcpomatic_kdm.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/tools') diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index ab9d4255e..0c0af4a96 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -304,9 +304,7 @@ private: { auto file = new wxMenu; -#ifdef DCPOMATIC_OSX - file->Append (wxID_EXIT, _("&Exit")); -#else +#ifndef DCPOMATIC_OSX file->Append (wxID_EXIT, _("&Quit")); #endif @@ -327,8 +325,8 @@ private: help->Append(ID_help_report_a_problem, _("Report a problem...")); } - m->Append (file, _("&File")); #ifndef DCPOMATIC_OSX + m->Append (file, _("&File")); m->Append (edit, _("&Edit")); #endif m->Append (help, _("&Help")); -- cgit v1.2.3