diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-23 00:14:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-03-23 00:14:58 +0900 |
commit | f40339d46cf418cee9d9adf0826de293b8d07f62 (patch) | |
tree | c8dca3d5371d425abd076a987d1389160e0608b4 /kcontrol/tdeio/kmanualproxydlg.cpp | |
parent | 907d8b7d7b6ef21125b5c8f17f96273c3cf4782a (diff) | |
download | tdebase-f40339d46cf418cee9d9adf0826de293b8d07f62.tar.gz tdebase-f40339d46cf418cee9d9adf0826de293b8d07f62.zip |
Remove references to printing.kde.org. This relates to bug 1846.
Diffstat (limited to 'kcontrol/tdeio/kmanualproxydlg.cpp')
-rw-r--r-- | kcontrol/tdeio/kmanualproxydlg.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kcontrol/tdeio/kmanualproxydlg.cpp b/kcontrol/tdeio/kmanualproxydlg.cpp index 6c1786aff..288fff879 100644 --- a/kcontrol/tdeio/kmanualproxydlg.cpp +++ b/kcontrol/tdeio/kmanualproxydlg.cpp @@ -475,8 +475,7 @@ bool KManualProxyDlg::getException ( TQString& result, "<b><u>NOTE:</u></b> Wildcard matching such as " "<code>*.kde.org</code> is not supported. If you want " "to match any host in the <code>.kde.org</code> domain, " - "e.g. <code>printing.kde.org</code>, then simply enter " - "<code>.kde.org</code></qt>"); + "then simply enter <code>.kde.org</code></qt>"); bool ok; result = KInputDialog::text( caption, label, value, &ok, 0, 0, 0, |