]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/menus.cpp
For consistency, remove references to vlc from libvlc
[vlc] / modules / gui / wxwidgets / menus.cpp
index 24e8915972237652aca8006adbdf2224739b89fd..4a70e08e8542af6aa40bf4585d889f760982a025 100644 (file)
@@ -997,10 +997,10 @@ void MenuEvtHandler::OnMenuEvent( wxCommandEvent& event )
         vlc_value_t val;
 
         val.i_int =
-            p_intf->p_vlc->p_hotkeys[event.GetId() - i_hotkey_event].i_key;
+            p_intf->p_libvlc->p_hotkeys[event.GetId() - i_hotkey_event].i_key;
 
         /* Get the key combination and send it to the hotkey handler */
-        var_Set( p_intf->p_vlc, "key-pressed", val );
+        var_Set( p_intf->p_libvlc, "key-pressed", val );
         return;
     }