From 3ec647cfdaf1c5706d756d56ee8b097454186690 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 17 Jun 2007 18:36:04 +0000 Subject: [PATCH] -legal notice in red --- src/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 520d635ce..29df17e7e 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -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"); }