]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwidgets/interface.cpp: restored call to SetupHotkeys(). Yes it really...
authorGildas Bazin <gbazin@videolan.org>
Sun, 9 Oct 2005 09:48:03 +0000 (09:48 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 9 Oct 2005 09:48:03 +0000 (09:48 +0000)
modules/gui/wxwidgets/interface.cpp

index 094a2dc1e9ac142fdf32185313bfdbec8de904e5..6f61bc65b95dc4b77a062b104785dacf77565ff4 100644 (file)
@@ -373,7 +373,7 @@ Interface::~Interface()
 void Interface::Init()
 {
     /* Misc init */
-    //SetupHotkeys();
+    SetupHotkeys();
 }
 
 void Interface::Update()