Commit 12e628a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 : cosmetics.

parent 95e98917
......@@ -287,8 +287,8 @@ void MainInputManager::updateInput()
}
else {
/* we are working as a dialogs provider */
playlist_t *p_playlist = (playlist_t *) vlc_object_find( p_intf,
VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
playlist_t *p_playlist = (playlist_t *) vlc_object_find( p_intf,
VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
if( p_playlist )
{
p_input = p_playlist->p_input;
......
......@@ -255,7 +255,7 @@ QMenu *QVLCMenu::PlaylistMenu( MainInterface *mi, intf_thread_t *p_intf )
/**
* Tools/View Menu
* This is kept in the same menu for now, but could change if it gets much
* This is kept in the same menu for now, but could change if it gets much
* longer.
**/
QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf, MainInterface *mi,
......
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