diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-29 13:09:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-29 13:09:18 +0000 |
| commit | e8a14fc68d393a001bb966a52ad8536dd3058a76 (patch) | |
| tree | 506138ba347a48f38c28e51f324bc2117e1212eb /src | |
| parent | bd0b10f663b22dd5006592b522e471848d67997b (diff) | |
Hack around disappearing menu bar in Ubuntu 12.10
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dvdomatic.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index b5c81da07..5d19a142f 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -373,6 +373,10 @@ class App : public wxApp { bool OnInit () { +#ifdef DVDOMATIC_POSIX + unsetenv ("UBUNTU_MENUPROXY"); +#endif + wxInitAllImageHandlers (); dvdomatic_setup (); |
