diff --git a/kontact_plugin/basket.desktop b/kontact_plugin/basket.desktop index f3bf408..eaf6749 100644 --- a/kontact_plugin/basket.desktop +++ b/kontact_plugin/basket.desktop @@ -16,7 +16,6 @@ X-TDE-KontactPartExecutableName=basket X-TDE-KontactPartLoadOnStart=true X-TDE-KontactPluginHasSummary=false -X-TDE-PluginInfo-Website=http://basket.kde.org/ X-TDE-PluginInfo-Name=kontact_basketplugin X-TDE-PluginInfo-Version=1.0.3.1 X-TDE-PluginInfo-License=GPL diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index 1ae0e98..8507426 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -34,9 +34,7 @@ static const char description[] = I18N_NOOP( AboutData::AboutData() : TDEAboutData( "basket", I18N_NOOP("BasKet Note Pads"), VERSION, description, TDEAboutData::License_GPL_V2, - "(c) 2003-2007, S\303\251bastien Lao\303\273t", 0, - "http://basket.kde.org/", - "basket-devel@lists.sourceforge.net" ) + "(c) 2003-2007, S\303\251bastien Lao\303\273t", NULL, NULL, NULL) { addAuthor( "Kelvie Wong", I18N_NOOP("Maintainer"), diff --git a/src/formatimporter.cpp b/src/formatimporter.cpp index 2a4c1c2..b87a350 100644 --- a/src/formatimporter.cpp +++ b/src/formatimporter.cpp @@ -133,7 +133,7 @@ void FormatImporter::importBaskets() // Move the folder to the new repository (normal basket) or copy the folder (mirorred folder): TQString folderName = *it; if (folderName.startsWith("/")) { // It was a folder mirror: - KMessageBox::information(0, i18n("

Folder mirroring is not possible anymore (see basket.kde.org for more information).

" + KMessageBox::information(0, i18n("

Folder mirroring is not possible anymore.

" "

The folder %1 has been copied for the basket needs. You can either delete this folder or delete the basket, or use both. But remember that " "modifying one will not modify the other anymore as they are now separate entities.

").arg(folderName), i18n("Folder Mirror Import"), "", KMessageBox::AllowLink); diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp index c9fe762..a81c13f 100644 --- a/src/htmlexporter.cpp +++ b/src/htmlexporter.cpp @@ -217,7 +217,7 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket) "\n" " \n" " \n" - " aboutData()->programName() << " " << VERSION << " http://basket.kde.org/\">\n" + " aboutData()->programName() << " " << VERSION << "\">\n" "