Browse Source

-legal notice in red

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
3ec647cfda
  1. 2
      src/GUI.cpp

2
src/GUI.cpp

@ -187,7 +187,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){ @@ -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");
}

Loading…
Cancel
Save