Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218822 | Differences between
and this patch

Collapse All | Expand All

(-)src/mainwindow.cpp (-1 / +1 lines)
Lines 126-132 Link Here
126
  // Load a RFC number
126
  // Load a RFC number
127
  bool bOK;
127
  bool bOK;
128
  int iRFCNum = QInputDialog::getInteger(this, tr("Please enter a RFC number"),
128
  int iRFCNum = QInputDialog::getInteger(this, tr("Please enter a RFC number"),
129
                                             tr("RFC#:"), 0, 1, 5000, 1, &bOK);
129
                                             tr("RFC#:"), 0, 1, 50000, 1, &bOK);
130
  if (bOK)
130
  if (bOK)
131
    RFCLoad( iRFCNum );
131
    RFCLoad( iRFCNum );
132
}
132
}

Return to bug 218822