diff options
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; |