diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-25 20:32:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-25 20:32:30 +0100 |
| commit | 3e55d060c5e7ed462108a95d8c76499ace62e611 (patch) | |
| tree | cf369b956fdfae12ea52d4734ed9e4b3555fec9a /src | |
| parent | f9263c8cbd604bab0036551fd4f5625a69112f8d (diff) | |
Initial menu sensitivity.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
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 (); |
