Fix build (2)

This commit is contained in:
xarkes 2017-11-27 21:59:29 +01:00
parent 92d7362e54
commit 2f91f5b07c

View File

@ -10,7 +10,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
ui->setupUi(this); ui->setupUi(this);
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint)); setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
ui->label->setText(tr("<h1>Cutter</h1>" ui->label->setText(tr("<h1>Cutter</h1>"
"Version "CUTTER_VERSION"<br/>" "Version " CUTTER_VERSION "<br/>"
"Using r2-" R2_GITTAP "Using r2-" R2_GITTAP
"<h2>License</h2>" "<h2>License</h2>"
"This Software is released under the GNU General Public License v3.0" "This Software is released under the GNU General Public License v3.0"