mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Update copyright years in about dialogs for Mumble and Murmur
This commit is contained in:
parent
ceed206998
commit
08ef8ac59b
@ -54,7 +54,7 @@ AboutDialog::AboutDialog(QWidget *p) : QDialog(p) {
|
||||
"<p><tt><a href=\"%2\">%2</a></tt></p>"
|
||||
).arg(QLatin1String(MUMBLE_RELEASE))
|
||||
.arg(QLatin1String("http://www.mumble.info/"))
|
||||
.arg(QLatin1String("Copyright 2005-2018 The Mumble Developers")));
|
||||
.arg(QLatin1String("Copyright 2005-2019 The Mumble Developers")));
|
||||
QHBoxLayout *qhbl = new QHBoxLayout(about);
|
||||
qhbl->addWidget(icon);
|
||||
qhbl->addWidget(text);
|
||||
|
||||
@ -58,7 +58,7 @@ AboutDialog::AboutDialog(QWidget *p, AboutDialogOptions options) : QDialog(p) {
|
||||
"<p><tt><a href=\"%2\">%2</a></tt></p>"
|
||||
).arg(QLatin1String(MUMBLE_RELEASE))
|
||||
.arg(QLatin1String("http://www.mumble.info/"))
|
||||
.arg(QLatin1String("Copyright 2005-2018 The Mumble Developers")));
|
||||
.arg(QLatin1String("Copyright 2005-2019 The Mumble Developers")));
|
||||
QHBoxLayout *qhbl = new QHBoxLayout(about);
|
||||
qhbl->addWidget(icon);
|
||||
qhbl->addWidget(text);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user