Ticket #2778: mythphone-diff.patch

File mythphone-diff.patch, 788 bytes (added by anonymous, 19 years ago)
  • mythphone/PhoneSettings.cpp

     
    9595
    9696static HostSpinBox *TimeToAnswer()
    9797{
    98     HostSpinBox *gc = new HostSpinBox("TimeToAnswer", 1, 30, 1);
     98    HostSpinBox *gc = new HostSpinBox("TimeToAnswer", 0, 30, 1);
    9999    gc->setLabel(QObject::tr("Time to Answer"));
    100100    gc->setValue(10);
    101101    gc->setHelpText(QObject::tr("The time in seconds a call rings before being "
    102                     "automatically answered and diverted to a VXML script."));
     102                    "automatically answered and diverted to a VXML script."
     103                    "  Set to 0 to disable this feature."));
    103104    return gc;
    104105};
    105106