diff --git a/src/mtsgui/aboutdlg.cpp b/src/mtsgui/aboutdlg.cpp index 191cfa43..aa541777 100644 --- a/src/mtsgui/aboutdlg.cpp +++ b/src/mtsgui/aboutdlg.cpp @@ -82,6 +82,7 @@ AboutDialog::AboutDialog(QWidget *parent) : SPECTRUM_SAMPLES).c_str(); ui->label->setText(ui->label->text().replace("MTS_VERSION", MTS_VERSION)); + ui->label->setText(ui->label->text().replace("MTS_YEAR", MTS_YEAR)); ui->label->setText(ui->label->text().replace("CONFIG_FLAGS", configFlags)); #if defined(__OSX__) diff --git a/src/mtsgui/aboutdlg.ui b/src/mtsgui/aboutdlg.ui index dc53785f..26fe8301 100644 --- a/src/mtsgui/aboutdlg.ui +++ b/src/mtsgui/aboutdlg.ui @@ -81,7 +81,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">About Mitsuba</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Version MTS_VERSION<br />Configuration flags: <span style=" font-family:'Courier New,courier';">CONFIG_FLAGS</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mitsuba is an extensible rendering framework written in portable C++. It implements unbiased as well as biased techniques and contains heavy optimizations targeted towards current CPU architectures.</p> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright © 2012 Wenzel Jakob &lt;<a href="mailto:wenzel@cs.cornell.edu"><span style=" text-decoration: underline; color:#0000ff;">wenzel@cs.cornell.edu</span></a>&gt;</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Copyright © MTS_YEAR Wenzel Jakob &lt;<a href="mailto:wenzel@cs.cornell.edu"><span style=" text-decoration: underline; color:#0000ff;">wenzel@cs.cornell.edu</span></a>&gt;</p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.html"><span style=" text-decoration: underline; color:#0000ff;">GNU GPL, Version 3</span></a>.</p></body></html>