From 88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 19 Dec 2020 11:11:57 +0900 Subject: Remove reference to old basket.kde.org website. This resolves issue #9. Signed-off-by: Michele Calgaro (cherry picked from commit d7362b5922f5e6b481001c86b58e8ae4d82d685f) --- src/notefactory.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/notefactory.cpp') 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("

%1 doesn't support the data you've dropped.
" - "It however created a generic note, allowing you to drag or copy it to an application that understand it.

" - "

If you want the support of these data, please contact developer or visit the " - "BasKet Drop Database.

").arg(kapp->aboutData()->programName()); + "It however created a generic note, allowing you to drag or copy it to an application that understand it.

").arg(kapp->aboutData()->programName()); KMessageBox::information(parent, message, i18n("Unsupported MIME Type(s)"), "unsupportedDropInfo", KMessageBox::AllowLink); return note; -- cgit v1.2.3