summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 db0cce4c8..7416994f4 100644
--- a/src/tools/dvdomatic.cc
+++ b/src/tools/dvdomatic.cc
@@ -357,6 +357,8 @@ class App : public wxApp
SetTopWindow (frame);
frame->Maximize ();
+ set_menu_sensitivity ();
+
#if 0
/* XXX: calling these here is a bit of a hack */
film_editor->setup_visibility ();