diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:11:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:27:02 +0900 |
commit | 88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9 (patch) | |
tree | f4fd3fa87f898eaa2866c7b283dd2873d1f95ed9 /src/notefactory.cpp | |
parent | ce60356437d3c9e30988c351ba6ef04d2c6398ae (diff) | |
download | basket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.tar.gz basket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.zip |
Remove reference to old basket.kde.org website. This resolves issue #9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d7362b5922f5e6b481001c86b58e8ae4d82d685f)
Diffstat (limited to 'src/notefactory.cpp')
-rw-r--r-- | src/notefactory.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/notefactory.cpp b/src/notefactory.cpp index 2b87549..7195640 100644 --- a/src/notefactory.cpp +++ b/src/notefactory.cpp @@ -447,9 +447,7 @@ Note* NoteFactory::dropNote(TQMimeSource *source, Basket *parent, bool fromDrop, /* Unsucceful drop */ note = createNoteUnknown(source, parent); TQString message = i18n("<p>%1 doesn't support the data you've dropped.<br>" - "It however created a generic note, allowing you to drag or copy it to an application that understand it.</p>" - "<p>If you want the support of these data, please contact developer or visit the " - "<a href=\"http://basket.kde.org/dropdb.php\">BasKet Drop Database</a>.</p>").arg(kapp->aboutData()->programName()); + "It however created a generic note, allowing you to drag or copy it to an application that understand it.</p>").arg(kapp->aboutData()->programName()); KMessageBox::information(parent, message, i18n("Unsupported MIME Type(s)"), "unsupportedDropInfo", KMessageBox::AllowLink); return note; |