Commit 7b362dec authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it...

* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really needs to be called twice (because of a bug in wxWidgets).
parent 841e8ab2
...@@ -373,7 +373,7 @@ Interface::~Interface() ...@@ -373,7 +373,7 @@ Interface::~Interface()
void Interface::Init() void Interface::Init()
{ {
/* Misc init */ /* Misc init */
//SetupHotkeys(); SetupHotkeys();
} }
void Interface::Update() void Interface::Update()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment