X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=02f2a6af4cb95350df644b6c3a0016a76226e025;hp=5b08b643e6bb36a3108066f7e698dfe35d6b4339;hb=3cc8b9030841cc3084ec6707a01f3b44ee58b8b9;hpb=c2e3479b87e7d0713d302d26fb2d7d01d7b8c9c2 diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 5b08b643..02f2a6af 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -33,7 +33,7 @@ AboutDlg::AboutDlg(QWidget *parent) AboutData::setQuasselPersons(_aboutData); ui.setupUi(this); - ui.quasselLogo->setPixmap(QIcon(":/icons/quassel-64.png").pixmap(64)); // don't let the icon theme affect our logo here + ui.quasselLogo->setPixmap(QPixmap{":/pics/quassel-64.svg"}); // don't let the icon theme affect our logo here ui.versionLabel->setText(QString(tr("Version: %1
Version date: %2
Protocol version: %3")) .arg(Quassel::buildInfo().fancyVersionString) @@ -61,7 +61,7 @@ QString AboutDlg::about() const "Oxygen icon theme © Nuno Pinheiro and others, licensed under the " "LGPLv3.

" "Please use https://bugs.quassel-irc.org to report bugs." - ).arg("2005-2016") + ).arg("2005-2018") }; return res; @@ -101,9 +101,9 @@ QString AboutDlg::thanksTo() const "John \"nox\" Hand" "" + tr("for the original Quassel logo - The All-Seeing Eye") + "" "" - "" + "" "Nuno Pinheiro" - "" + tr("for the current Quassel logo") + "" + "" + tr("for the Oxygen Quassel logo") + "" "" "" "The KDE Visual Design Group"