diff gui/dialog/menu.c @ 36665:045bb0dcea27

Add new audio pixmap. Replace audiolang pixmap by new one. As a result, audiolang.xpm isn't used any longer and can be removed.
author ib
date Mon, 27 Jan 2014 14:04:13 +0000
parents aacfb0698863
children 1862771a5ba9
line wrap: on
line diff
--- a/gui/dialog/menu.c	Mon Jan 27 13:41:13 2014 +0000
+++ b/gui/dialog/menu.c	Mon Jan 27 14:04:13 2014 +0000
@@ -83,7 +83,7 @@
 #include "pixmaps/playdvd.xpm"
 #include "pixmaps/chapter.xpm"
 #include "pixmaps/dolby.xpm"
-#include "pixmaps/audiolang.xpm"
+#include "pixmaps/audio.xpm"
 #endif
 #ifdef CONFIG_TV
 #include "pixmaps/tv.xpm"
@@ -523,7 +523,7 @@
         MenuItem=AddMenuItem( window1, (const char*)empty1px_xpm, DVDChapterMenu,MSGTR_MENU_None,evNone );
         gtk_widget_set_sensitive( MenuItem,FALSE );
        }
-    DVDAudioLanguageMenu=AddSubMenu( window1, (const char*)audiolang_xpm, DVDSubMenu,MSGTR_MENU_AudioLanguages );
+    DVDAudioLanguageMenu=AddSubMenu( window1, (const char*)audio_xpm, DVDSubMenu,MSGTR_MENU_AudioLanguages );
      if ( guiInfo.AudioStreams && ( guiInfo.StreamType == STREAMTYPE_DVD ) )
       {
        char tmp[64]; int i, id = demuxer ? demuxer->audio->id : audio_id;
@@ -651,7 +651,7 @@
 
     if ( c > 1 )
      {
-      SubMenu=AddSubMenu( window1, (const char*)audiolang_xpm, Menu,MSGTR_MENU_AudioTrack );
+      SubMenu=AddSubMenu( window1, (const char*)audio_xpm, Menu,MSGTR_MENU_AudioTrack );
       for ( i=0;i < MAX_A_STREAMS;i++ )
        if ( demuxer->a_streams[i] )
         {