]> git.sesse.net Git - vlc/commitdiff
* use Play icon for play-only hotkey
authorYoann Peronneau <yoann@videolan.org>
Tue, 6 Jun 2006 20:46:03 +0000 (20:46 +0000)
committerYoann Peronneau <yoann@videolan.org>
Tue, 6 Jun 2006 20:46:03 +0000 (20:46 +0000)
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 );