mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-09 22:27:08 +01:00
2017-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified web client components to use a distinctive http USER_AGENT string.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// The Event Schedule Manager for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2002-2015 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2017 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -202,6 +202,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
catch_config=new RDConfig();
|
||||
catch_config->load();
|
||||
catch_config->setModuleName("RDCatch");
|
||||
|
||||
str=QString("RDCatch")+" v"+VERSION+" - "+tr("Host")+":";
|
||||
setCaption(QString().sprintf("%s %s",(const char *)str,
|
||||
|
||||
Reference in New Issue
Block a user