Remove references to printing.kde.org. This relates to bug 1846.

pull/2/head
Michele Calgaro 10 years ago
parent 907d8b7d7b
commit f40339d46c

@ -745,10 +745,7 @@ now.
<glossterm><acronym>TDEPrint Handbook...</acronym></glossterm>
<glossdef><para>...is the name of the reference document that describes TDEPrint
functions to users and administrators. You can load it into Konqueror by
typing "help:/tdeprint" into the address field. The <ulink
url="http://printing.kde.org/">TDEPrint website</ulink>
is the resource for updates to this documentation, as well as PDF
versions suitable for printing it. It is authored and maintained by Kurt
typing "help:/tdeprint" into the address field. It is authored and maintained by Kurt
Pfeifle.
</para>
<glossseealso otherterm="gloss-cupsfaq">&CUPS;-FAQ</glossseealso>

@ -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,

@ -35,7 +35,7 @@ static TDECmdLineOptions options[] = {
extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
{
TDEAboutData aboutData("kjobviewer",I18N_NOOP("KJobViewer"),"0.1",I18N_NOOP("A print job viewer"),TDEAboutData::License_GPL,"(c) 2001, Michael Goffioul", 0, "http://printing.kde.org");
TDEAboutData aboutData("kjobviewer",I18N_NOOP("KJobViewer"),"0.1",I18N_NOOP("A print job viewer"),TDEAboutData::License_GPL,"(c) 2001, Michael Goffioul", 0, 0);
aboutData.addAuthor("Michael Goffioul",0,"tdeprint@swing.be");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDECmdLineArgs::addCmdLineOptions(options);

@ -49,7 +49,7 @@ int main(int argc, char *argv[])
TDEAboutData aboutData( "tdeprintfax", I18N_NOOP("TDEPrintFax"),
"1.0", description, TDEAboutData::License_GPL,
"(c), 2001 Michael Goffioul", 0, "http://printing.kde.org");
"(c), 2001 Michael Goffioul", 0, 0);
aboutData.addAuthor("Michael Goffioul",0, "tdeprint@swing.be");
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.

Loading…
Cancel
Save