]> git.sesse.net Git - vlc/blobdiff - modules/control/hotkeys.c
* use Play icon for play-only hotkey
[vlc] / modules / control / hotkeys.c
index d5d32fb2909559e6ce1f52fc2dfd830bec8b9214..e4468e50b2d43016e025d3685a5508f4c6d7aaf8 100644 (file)
@@ -822,7 +822,7 @@ static void Run( intf_thread_t *p_intf )
                     {
                         ClearChannels( p_intf, p_vout );
                         vout_OSDIcon( VLC_OBJECT( p_intf ), DEFAULT_CHAN,
-                                      OSD_PAUSE_ICON );
+                                      OSD_PLAY_ICON );
                         playlist_Play( p_playlist );
                     }
                     vlc_object_release( p_playlist );