summaryrefslogtreecommitdiff
path: root/deskutils/qrfcview/files/patch-src-mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/qrfcview/files/patch-src-mainwindow.cpp')
-rw-r--r--deskutils/qrfcview/files/patch-src-mainwindow.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/qrfcview/files/patch-src-mainwindow.cpp b/deskutils/qrfcview/files/patch-src-mainwindow.cpp
deleted file mode 100644
index b5f3b5d33ca8..000000000000
--- a/deskutils/qrfcview/files/patch-src-mainwindow.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mainwindow.cpp.orig 2006-01-13 12:56:45.000000000 +0300
-+++ src/mainwindow.cpp 2009-03-17 20:10:37.000000000 +0300
-@@ -123,7 +123,7 @@
- // Load a RFC number
- bool bOK;
- int iRFCNum = QInputDialog::getInteger(this, tr("Please enter a RFC number"),
-- tr("RFC#:"), 0, 1, 5000, 1, &bOK);
-+ tr("RFC#:"), 0, 1, 100000, 1, &bOK);
- if (bOK)
- RFCLoad( iRFCNum );
- }