From f40339d46cf418cee9d9adf0826de293b8d07f62 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 23 Mar 2014 00:14:58 +0900 Subject: Remove references to printing.kde.org. This relates to bug 1846. --- tdeprint/tdeprintfax/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeprint/tdeprintfax') diff --git a/tdeprint/tdeprintfax/main.cpp b/tdeprint/tdeprintfax/main.cpp index 93a5f15c3..7968f6870 100644 --- a/tdeprint/tdeprintfax/main.cpp +++ b/tdeprint/tdeprintfax/main.cpp @@ -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. -- cgit v1.2.1