diff gui/dialog/menu.c @ 36666:1862771a5ba9

Add new video pixmap. Add it to menu entry "video track" which hasn't a pixmap so far.
author ib
date Mon, 27 Jan 2014 14:10:05 +0000
parents 045bb0dcea27
children e1e9f2ea17c9
line wrap: on
line diff
--- a/gui/dialog/menu.c	Mon Jan 27 14:04:13 2014 +0000
+++ b/gui/dialog/menu.c	Mon Jan 27 14:10:05 2014 +0000
@@ -84,6 +84,7 @@
 #include "pixmaps/chapter.xpm"
 #include "pixmaps/dolby.xpm"
 #include "pixmaps/audio.xpm"
+#include "pixmaps/video.xpm"
 #endif
 #ifdef CONFIG_TV
 #include "pixmaps/tv.xpm"
@@ -668,7 +669,7 @@
 
     if ( c > 1 )
      {
-      SubMenu=AddSubMenu( window1, (const char*)empty_xpm, Menu,MSGTR_MENU_VideoTrack );
+      SubMenu=AddSubMenu( window1, (const char*)video_xpm, Menu,MSGTR_MENU_VideoTrack );
       for ( i=0;i < MAX_V_STREAMS;i++ )
        if ( demuxer->v_streams[i] )
         {