Add missing preferences menu option on macOS.
authorCarl Hetherington <cth@carlh.net>
Sat, 28 Jan 2023 08:16:44 +0000 (09:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Feb 2023 00:09:42 +0000 (01:09 +0100)
src/tools/dcpomatic_playlist.cc

index 4dc8aef2817fef78f2fc65f20f4d287067a961b6..cb153d6c13077686c7fa8f820ac3f78d4a75f3c8 100644 (file)
@@ -576,6 +576,7 @@ private:
        {
                auto file = new wxMenu;
 #ifdef __WXOSX__
+               file->Append (wxID_PREFERENCES, _("&Preferences...\tCtrl-P"));
                file->Append (wxID_EXIT, _("&Exit"));
 #else
                file->Append (wxID_EXIT, _("&Quit"));