From 7b362dec4d47bbd280027e6950d73e7eaed5e84b Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Sun, 9 Oct 2005 09:48:03 +0000 Subject: [PATCH] * modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really needs to be called twice (because of a bug in wxWidgets). --- modules/gui/wxwidgets/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/wxwidgets/interface.cpp b/modules/gui/wxwidgets/interface.cpp index 094a2dc1e9..6f61bc65b9 100644 --- a/modules/gui/wxwidgets/interface.cpp +++ b/modules/gui/wxwidgets/interface.cpp @@ -373,7 +373,7 @@ Interface::~Interface() void Interface::Init() { /* Misc init */ - //SetupHotkeys(); + SetupHotkeys(); } void Interface::Update() -- 2.39.2