1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

-legal notice in red

This commit is contained in:
Christophe Dumez 2007-06-17 18:36:04 +00:00
parent e6fca96d0d
commit 3ec647cfda

View File

@ -187,7 +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."));
setInfoBar(tr("Be careful, sharing copyrighted material without permission is against the law."), "red");
show();
qDebug("GUI Built");
}