- Added some debug in bittorrent.cpp

- Added Legal Notice on qBittorrent startup "Be careful, sharing copyrighted material without permission is against the law." because of new DADVSI law.
This commit is contained in:
Christophe Dumez 2007-06-15 23:02:35 +00:00
parent 341225aff4
commit ef1f030076
2 changed files with 8 additions and 0 deletions

View file

@ -187,6 +187,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){
setAcceptDrops(true);
// Set info Bar infos
setInfoBar(tr("qBittorrent %1 started.", "e.g: qBittorrent v0.x started.").arg(QString(VERSION)));
setInfoBar(tr("Be careful, sharing copyrighted material without permission is against the law."));
show();
qDebug("GUI Built");
}