13
0

fix non-working cmd-Q on OS X. For some reason the shenanigans related to removing it from various menus as part of OS X standards breaks the accel system

This commit is contained in:
Paul Davis 2014-06-19 13:18:42 -04:00
parent 01df705f70
commit a0392a2349

View File

@ -12,6 +12,9 @@
<accelerator action='track-mute-toggle'/>
<accelerator action='toggle-edit-mode'/>
<accelerator action='toggle-midi-input-active'/>
#ifdef GTKOSX
<accelerator action='Quit'/>
#endif
<menubar name='Main' action='MainMenu'>
<menu name='Session' action='Session'>