diff gui/dialog/menu.c @ 36664:aacfb0698863

Replace sublang pixmap by subtitle pixmap. The subtitle pixmap is appropriate for DVD subtitles as well. As a result, sublang.xpm isn't used any longer and can be removed.
author ib
date Mon, 27 Jan 2014 13:41:13 +0000
parents ece867ba2a75
children 045bb0dcea27
line wrap: on
line diff
--- a/gui/dialog/menu.c	Mon Jan 27 13:30:19 2014 +0000
+++ b/gui/dialog/menu.c	Mon Jan 27 13:41:13 2014 +0000
@@ -84,7 +84,6 @@
 #include "pixmaps/chapter.xpm"
 #include "pixmaps/dolby.xpm"
 #include "pixmaps/audiolang.xpm"
-#include "pixmaps/sublang.xpm"
 #endif
 #ifdef CONFIG_TV
 #include "pixmaps/tv.xpm"
@@ -544,7 +543,7 @@
         MenuItem=AddMenuItem( window1, (const char*)empty1px_xpm, DVDAudioLanguageMenu,MSGTR_MENU_None,evNone );
         gtk_widget_set_sensitive( MenuItem,FALSE );
        }
-    DVDSubtitleLanguageMenu=AddSubMenu( window1, (const char*)sublang_xpm, DVDSubMenu,MSGTR_MENU_SubtitleLanguages );
+    DVDSubtitleLanguageMenu=AddSubMenu( window1, (const char*)subtitle_xpm, DVDSubMenu,MSGTR_MENU_SubtitleLanguages );
      if ( guiInfo.Subtitles && ( guiInfo.StreamType == STREAMTYPE_DVD ) )
       {
        char tmp[64]; int i;