Ticket #1298: osdmenu.diff
File osdmenu.diff, 775 bytes (added by , 20 years ago) |
---|
-
libs/libmythtv/tv_play.cpp
5644 5644 (autoCommercialSkip == 1) ? 1 : 0, NULL, 5645 5645 "COMMSKIPGROUP"); 5646 5646 5647 item = new OSDGenericTree(treeMenu, tr("Schedule Recordings")); 5648 subitem = new OSDGenericTree(item, tr("Program Guide"), "GUIDE"); 5649 subitem = new OSDGenericTree(item, tr("Program Finder"), "FINDER"); 5650 5647 5651 if (playbackinfo->GetAutoExpireFromRecorded()) 5648 5652 item = new OSDGenericTree(treeMenu, tr("Turn Auto-Expire OFF"), 5649 5653 "TOGGLEAUTOEXPIRE");