From 1be63336016b5fc386d46293e9c2cf251f7fc3b4 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 9 May 2008 20:21:56 +0000 Subject: [PATCH] - Removed legal mention about copyrighted material. --- src/downloadingTorrents.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/downloadingTorrents.cpp b/src/downloadingTorrents.cpp index 211c7832a..4ae26de43 100644 --- a/src/downloadingTorrents.cpp +++ b/src/downloadingTorrents.cpp @@ -113,7 +113,6 @@ DownloadingTorrents::DownloadingTorrents(QObject *parent, bittorrent *BTSession) // Set info Bar infos setInfoBar(tr("qBittorrent %1 started.", "e.g: qBittorrent v0.x started.").arg(QString::fromUtf8(""VERSION))); - setInfoBar(tr("Be careful, sharing copyrighted material without permission is against the law."), QString::fromUtf8("red")); qDebug("Download tab built"); }