Ticket #2721: videosource.cpp.diff

File videosource.cpp.diff, 1.0 KB (added by jakep_82@…, 19 years ago)

videosource.cpp diff

  • libs/libmythtv/videosource.cpp

     
    23712371            {
    23722372                buttonAnalog->setVisible(
    23732373                    short_name.left(6).lower() == "pchdtv" ||
    2374                     short_name.left(5).lower() == "dvico");
     2374                    short_name.left(5).lower() == "dvico" ||
     2375                    short_name.left(8).lower() == "nextwave");
    23752376            }
    23762377        }
    23772378        break;
     
    24472448    buttonAnalog->setHelpText(
    24482449        tr("Analog child card settings."
    24492450           "\nWARNING: Do not press button if you are "
    2450            "using an Air2PC HD-5000 card!!!! "
    2451            "This card does not support analog tuning, "
     2451           "using an Air2PC HD-5000 or Avermedia A180 card!!!! "
     2452           "These cards do not support analog tuning, "
    24522453           "but the DVB drivers do not yet allow us to "
    24532454           "detect this problem."));
    24542455