summaryrefslogtreecommitdiff
path: root/src/AboutDialog.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-01-05 22:57:08 (GMT)
committerMarius Kintel <marius@kintel.net>2013-01-05 22:57:08 (GMT)
commit101510c5cb3f696ee01fc900c9269d87a09c0658 (patch)
tree0d368ccb44ccf8dc6c7752e4e4097fd590af523a /src/AboutDialog.h
parentbc7ff5aa8d73ff08bd847bc8d0f41dc26deee54e (diff)
parentdb9a78f028803619cb68e17c7478e3de956e61d8 (diff)
Merge pull request #235 from openscad/mxebuild_fix
Mxebuild fix
Diffstat (limited to 'src/AboutDialog.h')
-rw-r--r--src/AboutDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AboutDialog.h b/src/AboutDialog.h
index 1ae6533..2211e63 100644
--- a/src/AboutDialog.h
+++ b/src/AboutDialog.h
@@ -16,6 +16,9 @@ public:
this->aboutText->setOpenExternalLinks(true);
QUrl flattr_qurl(":icons/flattr.png" );
this->aboutText->loadResource( QTextDocument::ImageResource, flattr_qurl );
+ QString tmp = this->aboutText->toHtml();
+ tmp.replace("__VERSION__",QString(TOSTRING(OPENSCAD_VERSION)));
+ this->aboutText->setHtml(tmp);
}
};
contact: Jan Huwald // Impressum