Enable preferences hotkey.

This commit is contained in:
Mark de Wever 2010-09-20 19:29:44 +00:00
parent ef1781a3f0
commit 9139cee975

View file

@ -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)