Enable preferences hotkey.
This commit is contained in:
parent
ef1781a3f0
commit
9139cee975
1 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,12 @@ void ttitle_screen::post_build(CVideo& video, twindow& window)
|
|||
&hotkey
|
||||
, boost::ref(window)
|
||||
, gui::SHOW_HELP));
|
||||
|
||||
window.register_hotkey(hotkey::HOTKEY_PREFERENCES
|
||||
, boost::bind(
|
||||
&hotkey
|
||||
, boost::ref(window)
|
||||
, gui::EDIT_PREFERENCES));
|
||||
}
|
||||
|
||||
void ttitle_screen::pre_show(CVideo& video, twindow& window)
|
||||
|
|
Loading…
Add table
Reference in a new issue