Commit 2d7612ab authored by Yoann Peronneau's avatar Yoann Peronneau

* use Play icon for play-only hotkey

parent 775b3732
...@@ -822,7 +822,7 @@ static void Run( intf_thread_t *p_intf ) ...@@ -822,7 +822,7 @@ static void Run( intf_thread_t *p_intf )
{ {
ClearChannels( p_intf, p_vout ); ClearChannels( p_intf, p_vout );
vout_OSDIcon( VLC_OBJECT( p_intf ), DEFAULT_CHAN, vout_OSDIcon( VLC_OBJECT( p_intf ), DEFAULT_CHAN,
OSD_PAUSE_ICON ); OSD_PLAY_ICON );
playlist_Play( p_playlist ); playlist_Play( p_playlist );
} }
vlc_object_release( p_playlist ); vlc_object_release( p_playlist );
......
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