Skip to content

Commit

Permalink
-legal notice in red
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Dumez committed Jun 17, 2007
1 parent e6fca96 commit 3ec647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 3ec647c

Please sign in to comment.