Ticket #663: videosouce.patch

File videosouce.patch, 2.0 KB (added by John Pullan <john.pullan@…>, 18 years ago)
  • videosource.cpp

     
    10651065      : SpinBoxSetting(start_val,60000,250),
    10661066        CCSetting(parent, "signal_timeout")
    10671067    {
    1068         setLabel(QObject::tr("Signal Timeout (msec)"));
     1068        setLabel(QObject::tr("Signal Timeout"));
    10691069        setHelpText(QObject::tr(
    1070                         "Maximum time MythTV waits for any signal when "
    1071                         "scanning for channels, or when when making "
    1072                         "recording. This does set the time at which "
    1073                         "point a recording would be abandoned, see "
     1070                        "Maximum time (msecs) MythTV waits for any "
     1071                        "signal when scanning for channels, or when "
     1072                        "when making recording. This does set the time at "
     1073                        "which point a recording would be abandoned, see "
    10741074                        "Channel Timeout for that value."));
    10751075    };
    10761076};
     
    10821082      : SpinBoxSetting(start_val,65000,250),
    10831083        CCSetting(parent, "channel_timeout")
    10841084    {
    1085         setLabel(QObject::tr("Channel Timeout (msec)"));
     1085        setLabel(QObject::tr("Channel Timeout"));
    10861086        setHelpText(QObject::tr(
    1087                         "Maximum time MythTV waits for a channel to finish "
    1088                         "tuning before abandoning a timed recording or "
    1089                         "issuing a warning in LiveTV."));
     1087                        "Maximum time (msecs) MythTV waits for a "
     1088                        "channel to finish tuning before abandoning a timed "
     1089                        "recording or issuing a warning in LiveTV."));
    10901090    };
    10911091};
    10921092
     
    25122512    }
    25132513    defaultinput->setEnabled(fEnable);
    25142514    diseqctype->setEnabled(fEnable);
     2515    buttonDisEqC->setEnabled(fEnable);
    25152516#else
    25162517    (void)cardNumber;
    25172518    cardtype->setValue(QString("Recompile with DVB-Support!"));