summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-31 23:37:13 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-31 23:37:13 +0100
commit2c5542df6592b297f49f51260f7d179a88bf0e77 (patch)
tree1240f516f5335041eb581ceb88ecd6fa522dfe7e /src
parentfcb3a300f1e9dbded379a7d6370954e7e6b40fda (diff)
More OS X installer tweaks.
Diffstat (limited to 'src')
-rw-r--r--src/tools/dvdomatic.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc
index 9586e8d1e..4c3a5260f 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -164,7 +164,9 @@ setup_menu (wxMenuBar* m)
add_item (file, _("&Save"), ID_file_save, NEEDS_FILM);
file->AppendSeparator ();
add_item (file, _("&Properties..."), ID_file_properties, NEEDS_FILM);
+#ifndef __WXOSX__
file->AppendSeparator ();
+#endif
add_item (file, _("&Exit"), wxID_EXIT, ALWAYS);
#ifdef __WXOSX__