mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 14:59:04 +00:00
Enable preferences hotkey.
This commit is contained in:
parent
ef1781a3f0
commit
9139cee975
@ -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…
x
Reference in New Issue
Block a user